mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove stray logging
This commit is contained in:
@@ -502,7 +502,6 @@ class Pane extends Model
|
||||
newItemPath = atom.showSaveDialogSync(itemPath)
|
||||
if newItemPath
|
||||
try
|
||||
console.log 'here?'
|
||||
item.saveAs(newItemPath)
|
||||
catch error
|
||||
@handleSaveError(error)
|
||||
|
||||
Reference in New Issue
Block a user