Remove stray logging

Esse commit está contido em:
Kevin Sawicki
2015-02-05 15:12:20 -08:00
commit c9f13afb72
-1
Ver Arquivo
@@ -502,7 +502,6 @@ class Pane extends Model
newItemPath = atom.showSaveDialogSync(itemPath) newItemPath = atom.showSaveDialogSync(itemPath)
if newItemPath if newItemPath
try try
console.log 'here?'
item.saveAs(newItemPath) item.saveAs(newItemPath)
catch error catch error
@handleSaveError(error) @handleSaveError(error)