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 @@ -30,10 +30,10 @@ const OBJECT_PREVIEW_MAX_ITEMS = 10;
30
30
31
31
// For debugging purposes. Note that the tracing module isn't available
32
32
// 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 : ( ) => { } } ;
37
37
38
38
/**
39
39
* Helper actor state watcher.
You can’t perform that action at this time.
0 commit comments