mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:51:03 +08:00
removed a missing console.log
This commit is contained in:
parent
79fa01a8c4
commit
8355ed1992
|
@ -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'),
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user