Skip to content

Commit 298614c

Browse files
committed
Disable backend tracing
1 parent 6405c86 commit 298614c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/firequery-actor.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ const OBJECT_PREVIEW_MAX_ITEMS = 10;
3030

3131
// For debugging purposes. Note that the tracing module isn't available
3232
// on the backend (in case of remote device debugging).
33-
const baseUrl = "resource://firequery-at-binaryage-dot-com/";
34-
const { getTrace } = Cu.import(baseUrl + "node_modules/firebug.sdk/lib/core/actor.js");
35-
const Trace = getTrace(DebuggerServer.parentMessageManager);
36-
//const Trace = {sysout: () => {}};
33+
// const baseUrl = "resource://firequery-at-binaryage-dot-com/";
34+
// const { getTrace } = Cu.import(baseUrl + "node_modules/firebug.sdk/lib/core/actor.js");
35+
// const Trace = getTrace(DebuggerServer.parentMessageManager);
36+
const Trace = {sysout: () => {}};
3737

3838
/**
3939
* Helper actor state watcher.

0 commit comments

Comments
 (0)