cleanup
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 5 Oct 2013 04:23:24 +0000 (06:23 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 5 Oct 2013 04:23:24 +0000 (06:23 +0200)
manifold/static/js/plugin.js

index cb20be4..e278129 100644 (file)
@@ -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);
     },