Skip to content

Commit

Permalink
Removes a console.log line
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 12, 2012
1 parent 9d521c3 commit 93e89e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/backbone/helpers/channels.js.coffee
Expand Up @@ -21,7 +21,6 @@ class Kandan.Helpers.Channels
else
$channel_elements = $("#channels .ui-tabs-panel")
for el in $channel_elements
console.log "appending to", $(el).attr('id')
activity = new Kandan.Models.Activity(activity_attributes)
activity_view = new Kandan.Views.ShowActivity({activity: activity})
$(el).append(activity_view.render().el)

0 comments on commit 93e89e2

Please sign in to comment.