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)
if newItemPath
try
console.log 'here?'
item.saveAs(newItemPath)
catch error
@handleSaveError(error)