Remove cruft from rebase

This commit is contained in:
Alex Dadgar
2015-09-26 15:45:36 -07:00
parent c555c70eeb
commit 148e415f43

View File

@@ -93,9 +93,4 @@ func TestDriver_PopulateEnvironment(t *testing.T) {
if !reflect.DeepEqual(act, exp) {
t.Fatalf("PopulateEnvironment(%v) returned %v; want %v", envVars, act, exp)
}
// Output some debug info to help see what happened.
if t.Failed() {
t.Logf("env: %#v", env)
}
}