From 03f7c0b84beda916f8bc9c5458d84673be24fb6e Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Sat, 5 Oct 2013 06:23:24 +0200
Subject: [PATCH] cleanup

---
 manifold/static/js/plugin.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/manifold/static/js/plugin.js b/manifold/static/js/plugin.js
index cb20be4f..e2781295 100644
--- a/manifold/static/js/plugin.js
+++ b/manifold/static/js/plugin.js
@@ -254,7 +254,6 @@ var Plugin = Class.extend({
     toggle_on: function () { return this.toggle("true"); },
     toggle_off: function () { return this.toggle("false"); },
     toggle: function (status) {
-	messages.debug("toggle domid="+this.options.plugin_uuid);
 	plugin_helper.set_toggle_status (this.options.plugin_uuid,status);
     },
 
-- 
2.47.0