mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-13 14:53:46 +00:00
Removed debug message
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user