1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 23:14:12 +01:00

comment out debugging log message

This commit is contained in:
Doug Kearns
2007-06-05 14:05:14 +00:00
parent 5442953ad2
commit 4f6ab64000

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)};