From eeef7e49588652f99468f2ca6cbb0272da0d88d7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 11 May 2007 21:45:38 +0000 Subject: [PATCH] Monotone-Parent: f6270207331bcfe8521e449bfa34781eddb03eaa Monotone-Revision: 313980aa8a7bbf7586c456be24b950cc400a88f1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-11T21:45:38 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxComponentEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/UIxComponentEditor.js b/UI/WebServerResources/UIxComponentEditor.js index fb8725e03..beeac618a 100644 --- a/UI/WebServerResources/UIxComponentEditor.js +++ b/UI/WebServerResources/UIxComponentEditor.js @@ -58,7 +58,7 @@ function onMenuSetClassification(event) { this.addClassName("_chosen"); this.parentNode.chosenNode = this; - log("classification: " + classification); +// log("classification: " + classification); var privacyInput = document.getElementById("privacy"); privacyInput.value = classification; }