Remove stray logging

This commit is contained in:
Kevin Sawicki
2015-02-05 15:12:20 -08:00
parent e51c8f3407
commit c9f13afb72

View File

@@ -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)