From c18341dea8cdd94e9f01238aa14352e2ba83c26c Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 7 Mar 2012 10:51:31 -0700 Subject: [PATCH] :lipstick: --- src/atom/editor.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/atom/editor.coffee b/src/atom/editor.coffee index 8b0cbdfb0..c801d7e78 100644 --- a/src/atom/editor.coffee +++ b/src/atom/editor.coffee @@ -317,8 +317,6 @@ class Editor extends View else if @buffer.mode.checkOutdent(state, @getCurrentLine(), text) shouldOutdent = true - console.log text - {text, shouldOutdent} autoOutdentText: ->