From 0a313a110ca467fdc8df3f388306a11fcf713ed8 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Thu, 24 Apr 2014 12:07:11 -0700 Subject: [PATCH] Removed a piece of logging. --- app/views/kinds/CocoView.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/kinds/CocoView.coffee b/app/views/kinds/CocoView.coffee index a41c5435d..2def82c99 100644 --- a/app/views/kinds/CocoView.coffee +++ b/app/views/kinds/CocoView.coffee @@ -9,7 +9,6 @@ waitingModal = null classCount = 0 makeScopeName = -> "view-scope-#{classCount++}" doNothing = -> -ms = 0 class CocoView extends Backbone.View startsLoading: false