mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove debug logging
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user