From c9f13afb72a3356670a6c2685c8065aee6c33acb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 5 Feb 2015 15:12:20 -0800 Subject: [PATCH] Remove stray logging --- src/pane.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pane.coffee b/src/pane.coffee index aef4b2aff..f236d14ab 100644 --- a/src/pane.coffee +++ b/src/pane.coffee @@ -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)