Skip to content

Commit

Permalink
Quite a trace statement.
Browse files Browse the repository at this point in the history
No need to see what args are bound as in the terminal all the time.
Just makes it harder to catch other messages.
  • Loading branch information
jcvernaleo committed Jan 15, 2014
1 parent 0006089 commit 68c41d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion invoker.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ func ActionInvoker(c *Controller, _ []Filter) {
if arg.Type == websocketType {
boundArg = reflect.ValueOf(c.Request.Websocket)
} else {
TRACE.Println("Binding:", arg.Name, "as", arg.Type)
boundArg = Bind(c.Params, arg.Name, arg.Type)
}
methodArgs = append(methodArgs, boundArg)
Expand Down

0 comments on commit 68c41d1

Please sign in to comment.