Skip to content

Commit

Permalink
Merge m-c to m-i
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 4q0ETTbxYNu
  • Loading branch information
philor committed Oct 6, 2016
2 parents a7dd1a0 + 4c2b463 commit 72205ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions devtools/client/preferences/devtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,7 @@ pref("devtools.webconsole.timestampMessages", false);
pref("devtools.webconsole.autoMultiline", true);

// Enable the experimental webconsole frontend (work in progress)
#if defined(NIGHTLY_BUILD)
pref("devtools.webconsole.new-frontend-enabled", true);
#else
pref("devtools.webconsole.new-frontend-enabled", false);
#endif

// Enable the experimental support for source maps in console (work in progress)
pref("devtools.sourcemap.locations.enabled", false);
Expand Down

0 comments on commit 72205ff

Please sign in to comment.