Skip to content

Commit 1c01958

Browse files
committed
Disable actor tracing
1 parent c2f0c29 commit 1c01958

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/har-driver-actor.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ const DevToolsUtils = devtools["require"]("devtools/toolkit/DevToolsUtils");
2525

2626
// For debugging purposes. Note that the tracing module isn't available
2727
// on the backend (in case of remote device debugging).
28-
const baseUrl = "resource://harexporttrigger-at-getfirebug-dot-com/";
29-
const { getTrace } = Cu.import(baseUrl + "node_modules/firebug.sdk/lib/core/actor.js");
30-
const Trace = getTrace(DebuggerServer.parentMessageManager);
31-
//const Trace = {sysout: () => {}};
28+
// const baseUrl = "resource://harexporttrigger-at-getfirebug-dot-com/";
29+
// const { getTrace } = Cu.import(baseUrl + "node_modules/firebug.sdk/lib/core/actor.js");
30+
// const Trace = getTrace(DebuggerServer.parentMessageManager);
31+
const Trace = {sysout: () => {}};
3232

3333
/**
3434
* Helper actor state watcher.

0 commit comments

Comments
 (0)