Commit ac999990 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1679ddf1
...@@ -470,8 +470,6 @@ func (δFtail *ΔFtail) Update(δZ *zodb.EventCommit) (_ ΔF, err error) { ...@@ -470,8 +470,6 @@ func (δFtail *ΔFtail) Update(δZ *zodb.EventCommit) (_ ΔF, err error) {
δfile.Blocks = nil δfile.Blocks = nil
δfile.Size = false δfile.Size = false
// XXX + rebuild XXX not here - in track(new file)
//fmt.Printf("δZBigFile: %v\n", δ) //fmt.Printf("δZBigFile: %v\n", δ)
// update .fileIdx // update .fileIdx
...@@ -494,7 +492,7 @@ func (δFtail *ΔFtail) Update(δZ *zodb.EventCommit) (_ ΔF, err error) { ...@@ -494,7 +492,7 @@ func (δFtail *ΔFtail) Update(δZ *zodb.EventCommit) (_ ΔF, err error) {
} }
} }
// fmt.Printf("-> δF: %v\n", δF) //fmt.Printf("-> δF: %v\n", δF)
return δF, nil return δF, nil
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment