From 90c578b8f41c8e01b5345c277856873fd873849e Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 30 Jun 2015 21:19:05 +0000 Subject: [PATCH] Remove debug --- phpgwapi/js/jsapi/app_base.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpgwapi/js/jsapi/app_base.js b/phpgwapi/js/jsapi/app_base.js index d8992b0251..955f05e768 100644 --- a/phpgwapi/js/jsapi/app_base.js +++ b/phpgwapi/js/jsapi/app_base.js @@ -793,7 +793,6 @@ var AppJS = Class.extend( continue; } // One has a value and the other doesn't, no match - debugger; return; } // Consider sub-objects (column filters) individually @@ -814,7 +813,6 @@ var AppJS = Class.extend( else if(state[state_key][sub_key] && state[state_key][sub_key] != favorite.state[state_key][sub_key]) { // Different values, do not match - debugger; return; } @@ -827,7 +825,6 @@ var AppJS = Class.extend( else if (typeof state[state_key] !== 'undefined' && state[state_key] != favorite.state[state_key]) { // Different values, do not match - debugger; return; } }