Skip to content

Commit

Permalink
UB-1099: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Shtivelman committed Jun 3, 2018
1 parent 62bb4d5 commit 08a8748
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/logs/go_logging_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ func (l *goLoggingLogger) getGoIdAndContextString() string{
} else {
context = context.(resources.RequestContext)
}

l.logger.Debugf("############# - START")
GoIdToRequestIdMap.Range(l.PrintElement)
l.logger.Debugf("############# - END")
return fmt.Sprintf("%d:%s", go_id, context.(resources.RequestContext).Id)

}
Expand Down

0 comments on commit 08a8748

Please sign in to comment.