Merge pull request #746 from ZogStriP/removed-missing-console-log

removed a missing console.log
This commit is contained in:
Jeff Atwood 2013-04-20 22:18:08 -07:00
commit f5b8e8ebc2
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
**/
Discourse.VersionCheck = Discourse.Model.extend({
upToDate: function() {
console.log(this);
return this.get('missing_versions_count') === 0 || this.get('missing_versions_count') === null;
}.property('missing_versions_count'),