Remove debug logging

This commit is contained in:
Kevin Sawicki
2013-11-12 17:33:40 -08:00
parent ffc936ca4d
commit 913bb82d6e

View File

@@ -245,8 +245,6 @@ class Project extends Model
# Private:
removeBufferAtIndex: (index, options={}) ->
console.log 'removing buffer', index
console.trace()
[buffer] = @buffers.splice(index, 1)
buffer?.destroy()