Skip to content

Commit

Permalink
Removed some debug code that was causing too many what's new items to…
Browse files Browse the repository at this point in the history
… be displayed when QW has been upgraded.
  • Loading branch information
garybentley committed Mar 17, 2018
1 parent f67d319 commit 12bd40e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/quollwriter/ui/WhatsNew.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public WhatsNew (AbstractViewer viewer,

}

wn = "2.4.2";

// Get the current whats new version (i.e. old).
Version lastWhatsNewVersion = new Version (wn);

Expand Down Expand Up @@ -106,6 +104,7 @@ public WhatsNew (AbstractViewer viewer,
}
*/

if ((lastWhatsNewVersion.isNewer (v))
||
((onlyShowCurrentVersion)
Expand Down

0 comments on commit 12bd40e

Please sign in to comment.