From 21ed451832308ee8a7954564a169211301e1e1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 26 Jan 2015 17:52:28 +0100 Subject: [PATCH] Remove debugger --- app/coffee/modules/common/loading.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/coffee/modules/common/loading.coffee b/app/coffee/modules/common/loading.coffee index b8f5ad7a..916fa044 100644 --- a/app/coffee/modules/common/loading.coffee +++ b/app/coffee/modules/common/loading.coffee @@ -27,7 +27,6 @@ class TgLoadingService extends taiga.Service target.data('loading-old-content', target.html()) target.addClass('loading') target.html("loading...") - debugger finish: (target) -> if target.hasClass('loading')