mirror of
https://github.com/danbulant/node-x11
synced 2026-07-06 11:40:49 +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 = {};
|
this.pending_atoms = {};
|
||||||
for (var r in reqs)
|
for (var r in reqs)
|
||||||
{
|
{
|
||||||
console.log(r);
|
|
||||||
// r is request name
|
// r is request name
|
||||||
target[r] = (function(reqName) {
|
target[r] = (function(reqName) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue