Skip to content

Commit

Permalink
Removing debug traces
Browse files Browse the repository at this point in the history
  • Loading branch information
lbroudoux committed Dec 17, 2018
1 parent d984c0f commit 4fa8f37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ func (c *testComamnd) Execute() {
now := nowInMilliseconds()
future := now + waitForMilliseconds

fmt.Println("now: " + fmt.Sprint(now) + " - future: " + fmt.Sprint(future))

var success = false
for nowInMilliseconds() < future {
testResultSummary, err := mc.GetTestResult(testResultID)
Expand All @@ -149,7 +147,7 @@ func (c *testComamnd) Execute() {
break
}

fmt.Println("MicrocksTester waiting for 2 seconds before checking again.")
fmt.Println("MicrocksTester waiting for 2 seconds before checking again or exiting.")
time.Sleep(2 * time.Second)
}

Expand Down

0 comments on commit 4fa8f37

Please sign in to comment.