File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ const DevToolsUtils = devtools["require"]("devtools/toolkit/DevToolsUtils");
25
25
26
26
// For debugging purposes. Note that the tracing module isn't available
27
27
// 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 : ( ) => { } } ;
32
32
33
33
/**
34
34
* Helper actor state watcher.
You can’t perform that action at this time.
0 commit comments