Commit 6a3e6595 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Drop debug print.

parent c2f69de4
......@@ -95,7 +95,6 @@ func NewTestCase(t *testing.T) *testCase {
// Unmount and del.
func (me *testCase) Cleanup() {
fmt.Println("Unmounting.")
err := me.state.Unmount()
CheckSuccess(err)
os.RemoveAll(me.tmpDir)
......
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