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')