From 4f50133fd8de2a32522849e618bc33dc79a1c48c Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 31 Dec 2012 17:49:39 -0600 Subject: [PATCH] :poop: remove print statements --- src/app/theme.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/theme.coffee b/src/app/theme.coffee index 6c415759e..3c438b9b2 100644 --- a/src/app/theme.coffee +++ b/src/app/theme.coffee @@ -19,10 +19,8 @@ class Theme theme = if TextMateTheme.testPath(path) - console.log "it's TM" new TextMateTheme(path) else - console.log "it's atom" new AtomTheme(path) theme.load()