Skip to content

Commit

Permalink
rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Feb 27, 2012
1 parent 2f0ca4c commit 457687a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/handlers/data.coffee
Expand Up @@ -169,7 +169,6 @@ class exports.DataHandler extends Backbone.EventHandler

channel = app.channels.get(subscription.get('node'))
channel.nodes.each (node) ->
console.warn "channel.nodes.each", arguments
subscription1 = node.subscribers.get subscription.get('id')
if subscription1?.get('subscription') is 'pending'
pending_subscriptions.push subscription1
Expand Down
1 change: 0 additions & 1 deletion src/templates/channel/details/user.coffee
Expand Up @@ -142,7 +142,6 @@ module.exports = design (view) ->

update_role = =>
classes = @attr('class').split(/\s+/)
console.warn "update_role", view, app.users.current.canEdit channel
if app.users.current.canEdit channel
modClass = (class_) ->
if classes.indexOf(class_) < 0
Expand Down

0 comments on commit 457687a

Please sign in to comment.