Skip to content

Commit

Permalink
Remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-c committed Dec 10, 2012
1 parent 2f2a867 commit febcad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/classification.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class Classification extends Model
send: ->
unless @subject.metadata.tutorial or @subject.metadata.empty
@constructor.sentThisSession += 1
console.log 'Sent this session', @constructor.sentThisSession

@trigger 'send'
Api.post @url(), @toJSON(), arguments...
Expand Down

0 comments on commit febcad2

Please sign in to comment.