From 7ac6b8ac4422eeff85370e103c72c9413343e879 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Thu, 24 Oct 2013 17:11:30 +0200 Subject: [PATCH] - commented debug --- manifold/static/js/manifold.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifold/static/js/manifold.js b/manifold/static/js/manifold.js index f035e1c2..11fad7da 100644 --- a/manifold/static/js/manifold.js +++ b/manifold/static/js/manifold.js @@ -730,6 +730,7 @@ var manifold = { if (publish_uuid) $.publish("/results/" + publish_uuid + "/failed", [data.code, data.description] ); +/* DEMO - Debug Messages desactivated $("#notifications").notify("create", "sticky", { title: 'Warning', text: data.description @@ -737,6 +738,7 @@ var manifold = { expires: false, speed: 1000 }); +*/ } if (manifold.asynchroneous_debug) messages.debug ("========== asynchroneous_success " + query.object + " -- before process_query_records"); -- 2.43.0