[Mapbender-commits] r3200 - branches/noframes/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Nov 7 05:12:12 EST 2008
Author: christoph
Date: 2008-11-07 05:12:12 -0500 (Fri, 07 Nov 2008)
New Revision: 3200
Modified:
branches/noframes/lib/buttonNew.js
branches/noframes/lib/exception.js
Log:
removed console.log
Modified: branches/noframes/lib/buttonNew.js
===================================================================
--- branches/noframes/lib/buttonNew.js 2008-11-07 10:11:07 UTC (rev 3199)
+++ branches/noframes/lib/buttonNew.js 2008-11-07 10:12:12 UTC (rev 3200)
@@ -8,7 +8,7 @@
this.add = function (button) {
if (!button.constructor == "Button") {
- console.log("not a button, but a %s", button.constructor);
+// console.log("not a button, but a %s", button.constructor);
return false;
}
if (button.type == "toggle") {
Modified: branches/noframes/lib/exception.js
===================================================================
--- branches/noframes/lib/exception.js 2008-11-07 10:11:07 UTC (rev 3199)
+++ branches/noframes/lib/exception.js 2008-11-07 10:12:12 UTC (rev 3200)
@@ -72,7 +72,7 @@
* @param message the message that is being logged
*/
function Mb_exception(message) {
- var level = "error";
+ var level = "error";
this.throwException(message, level);
}
Mb_exception.prototype = new Mb_log();
@@ -100,4 +100,4 @@
var level = "notice";
this.throwException(message, level);
}
-Mb_notice.prototype = new Mb_log();
\ No newline at end of file
+Mb_notice.prototype = new Mb_log();
More information about the Mapbender_commits
mailing list