Skip to content

Commit

Permalink
Comment out debug for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand committed Apr 16, 2012
1 parent 45312a0 commit 42c37a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compositor.coffee
Expand Up @@ -17,7 +17,7 @@ class Compositor
@components.unshift(Composition.compose([a, b]))
@components = @components.sortBy((c) -> c.weight)

console.log "component weights: %s", @components.map((c) -> c.weight).join(", ")
# console.log "component weights: %s", @components.map((c) -> c.weight).join(", ")

@render()

Expand Down

0 comments on commit 42c37a1

Please sign in to comment.