Commit ff017006 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4895b218
...@@ -734,9 +734,6 @@ func Open(ctx context.Context, path string, opt *zodb.DriverOptions) (_ *FileSto ...@@ -734,9 +734,6 @@ func Open(ctx context.Context, path string, opt *zodb.DriverOptions) (_ *FileSto
return nil, fmt.Errorf("fs1: %s: TODO write mode not implemented", path) return nil, fmt.Errorf("fs1: %s: TODO write mode not implemented", path)
} }
log.Print()
log.Printf("fs1 open, watchq: %v", opt.Watchq)
fs := &FileStorage{ fs := &FileStorage{
watchq: opt.Watchq, watchq: opt.Watchq,
down: make(chan struct{}), down: make(chan struct{}),
......
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