Skip to content

Commit

Permalink
Merge pull request #23 from dailymotion/remove_excessive_fmt_statement
Browse files Browse the repository at this point in the history
Removing excessive console print statement to clean up the output.
  • Loading branch information
ubermensch01 authored Jan 3, 2020
2 parents 1bc7fdc + b9dd259 commit e94883e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions error.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package allure

import (
"fmt"
"runtime/debug"
"strings"
"testing"
Expand Down Expand Up @@ -48,7 +47,6 @@ func allureError(err error, status string, now bool) {
nodeKey,
func(node interface{}) {
node.(hasStatus).SetStatus(status)
fmt.Printf("Set %+v status to %s\n", node, status)
})
manipulateOnObjectFromCtx(
testInstanceKey,
Expand Down

0 comments on commit e94883e

Please sign in to comment.