1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-14 23:33:38 +00:00

Removed debug message

This commit is contained in:
Bryan Roe
2020-03-13 23:36:25 -07:00
parent b42429a368
commit 76bb6f7613
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,7 @@ try { Object.defineProperty(Array.prototype, "peek", { value: function () { retu
function dbus(address, uid, env) function dbus(address, uid, env)
{ {
console.log(address, uid, env); //console.log(address, uid, env);
this._ObjectID = 'linux-dbus'; this._ObjectID = 'linux-dbus';
require('events').EventEmitter.call(this, true) require('events').EventEmitter.call(this, true)
.createEvent('signal'); .createEvent('signal');