Force state update when query comes from ting
[mkdru-moved-to-drupal.org.git] / mkdru.theme.js
index 8051e40..92e1340 100644 (file)
@@ -111,7 +111,6 @@ Drupal.theme.prototype.mkdruStatus = function(activeClients, clients) {
 };
 
 Drupal.theme.prototype.mkdruFacet = function (terms, facet, max) {
-  debugger;
   var html = "";
   for (var i = 0; i < terms.length && i < max; i++ ) {
     html += '<a href="';