Skip to content

Commit

Permalink
util: removed debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
anshukla committed Aug 8, 2013
1 parent f131a87 commit ddafc3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coffee/src/util/util.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ util.fetchParameters = (url, params) ->
parameters = if search is "" then {} else JSON.parse search, (key, value) ->
if key is "" then value else decodeURIComponent value


console.log(parameters)
_.pick parameters, params


Expand Down

1 comment on commit ddafc3b

@jbenet
Copy link
Member

@jbenet jbenet commented on ddafc3b Aug 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.