mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
Removed debug message
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user