Skip to content

Commit

Permalink
devtools: don't show release notes in dirac fork
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Mar 19, 2017
1 parent 957cc69 commit afd36ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/unpacked/devtools/front_end/main/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Main.Main = class {
this._registerShortcuts();
Extensions.extensionServer.initializeExtensions();
dirac.notifyFrontendInitialized();
if (!Host.isUnderTest())
if (false && !Host.isUnderTest()) // don't show release notes in our fork
Help.showReleaseNoteIfNeeded();
}

Expand Down

0 comments on commit afd36ee

Please sign in to comment.