mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 15:35:46 +01:00
comment out debugging log message
This commit is contained in:
@@ -368,7 +368,7 @@ Vimperator.prototype.quickmarks = new function()
|
|||||||
function QM()
|
function QM()
|
||||||
{
|
{
|
||||||
//logObject(vimperator);
|
//logObject(vimperator);
|
||||||
logMessage(vimperator.getpr("complete"));
|
//logMessage(vimperator.getpr("complete"));
|
||||||
|
|
||||||
this.add = function() { alert('add');};
|
this.add = function() { alert('add');};
|
||||||
this.rem = function() { vimperator.echo("rem"); logObject(vimperator)};
|
this.rem = function() { vimperator.echo("rem"); logObject(vimperator)};
|
||||||
|
|||||||
Reference in New Issue
Block a user