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:
@@ -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)};
|
||||
|
||||
Reference in New Issue
Block a user