From fc025156d34e9ed83e85de1987ca50205bcf6ed3 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 12 Jun 2012 11:30:08 -0700 Subject: [PATCH] console.log :shit: --- src/app/window.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/window.coffee b/src/app/window.coffee index 06c1dc26f..545bd25b9 100644 --- a/src/app/window.coffee +++ b/src/app/window.coffee @@ -62,7 +62,6 @@ windowAdditions = $('head').append "" reload: -> - console.log rootView.modifiedBuffers() if rootView.modifiedBuffers().length > 0 message = "There are unsaved buffers, reload anyway?" detailedMessage = "You will lose all unsaved changes if you reload"