1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-13 14:53:46 +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

View File

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