comment out debugging log message

This commit is contained in:
Doug Kearns
2007-06-05 14:05:14 +00:00
parent 5442953ad2
commit 4f6ab64000
+1 -1
View File
@@ -368,7 +368,7 @@ Vimperator.prototype.quickmarks = new function()
function QM()
{
//logObject(vimperator);
logMessage(vimperator.getpr("complete"));
//logMessage(vimperator.getpr("complete"));
this.add = function() { alert('add');};
this.rem = function() { vimperator.echo("rem"); logObject(vimperator)};