mirror of
https://github.com/danbulant/node-x11
synced 2026-06-18 22:21:44 +00:00
removed log
This commit is contained in:
parent
965b5ca997
commit
643c004fb5
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ XClient.prototype.importRequestsFromTemplates = function(target, reqs)
|
|||
this.pending_atoms = {};
|
||||
for (var r in reqs)
|
||||
{
|
||||
console.log(r);
|
||||
// r is request name
|
||||
target[r] = (function(reqName) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue