Skip to content

Commit

Permalink
fix: Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Grappendorf committed Mar 9, 2015
1 parent cd11430 commit d606ebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/grapp-rest-resource.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,4 @@ Polymer 'grapp-rest-resource',
h = {'Accept': 'application/json'}
for key, val of @headers
h[key] = val
console.log h
h

0 comments on commit d606ebf

Please sign in to comment.