mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
drop excessively verbose messages used while debugging something long ago
This commit is contained in:
parent
00b917be36
commit
4e00a86492
1 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@
|
|||
package test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"sync"
|
||||
|
|
@ -73,9 +72,7 @@ func (w *wholeTestRun) Teardown() {
|
|||
for _, fn := range w.cleanupFuncs {
|
||||
fn()
|
||||
}
|
||||
fmt.Fprintf(os.Stderr, "tearing down: %d directories\n", len(w.tempDirs))
|
||||
for _, path := range w.tempDirs {
|
||||
fmt.Fprintf(os.Stderr, "tearing down: deleting %s\n", path)
|
||||
// disregard errors because we don't care that much about them;
|
||||
// we assume RemoveAll probably works unless something's wrong.
|
||||
// see the comments on the testing package's internal removeAll,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue