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

Commit

Permalink
Revert "WARNING: debug statements. #95"
Browse files Browse the repository at this point in the history
This reverts commit 4d5f262.

Conflicts:
	henchman/task.go
  • Loading branch information
sudharsh committed Jan 11, 2016
1 parent c002f23 commit d6825d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion henchman/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ type TaskResult struct {
func setTaskResult(taskResult *TaskResult, buf *bytes.Buffer) error {
resultStr := buf.String()
resultInBytes := []byte(resultStr)
//fmt.Printf("DEBUG: taskresult - %s - length - %d\n", resultStr, len(resultStr))
err := json.Unmarshal(resultInBytes, &taskResult)
if err != nil {
// Temp fix for current end of json input bug
Expand Down

0 comments on commit d6825d4

Please sign in to comment.