Skip to content

Commit

Permalink
Fix typo (related to issue 6234)
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Feb 5, 2013
1 parent f8d1d65 commit d0bd067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FBTest/content/testConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ FBTestApp.TestConsole =
// Check pref if the auto logger should be registered. Useful for
// knowing, which test caused crash.
var enableTestLogger = Firebug.getPref(FBTestApp.prefDomain, "enableTestLogger");
if (true)
if (enableTestLogger)
{
var listener = new TestLogger.ProgressListener(new Date());
FBTestApp.TestRunner.addListener(listener);
Expand Down

0 comments on commit d0bd067

Please sign in to comment.