Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Removes debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jcooklin committed Nov 13, 2015
1 parent 7d13bae commit 33bb454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/plugin/client/httpjsonrpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ func TestHTTPJSONRPC(t *testing.T) {
So(mts, ShouldNotBeNil)
So(mts, ShouldHaveSameTypeAs, []core.Metric{})
So(len(mts), ShouldBeGreaterThan, 0)
log.Errorf("!asdf %v", mts[0].Config())
So(len(mts[0].Config().Table()), ShouldBeGreaterThan, 0)
})

Expand Down

0 comments on commit 33bb454

Please sign in to comment.