Improved testbed plugin to support facility_name and testbed_name filters
[unfold.git] / manifoldapi / static / js / manifold.js
index 59cb4bb..74fb5d9 100644 (file)
@@ -671,7 +671,7 @@ function QueryStore() {
         });
 
         var end = new Date().getTime();
-        console.log("APPLY FILTERS took", end - start, "ms");
+        console.log("APPLY FILTERS [", filters, "] took", end - start, "ms");
 
     }