mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 02:16:31 +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({
|
Discourse.VersionCheck = Discourse.Model.extend({
|
||||||
upToDate: function() {
|
upToDate: function() {
|
||||||
console.log(this);
|
|
||||||
return this.get('missing_versions_count') === 0 || this.get('missing_versions_count') === null;
|
return this.get('missing_versions_count') === 0 || this.get('missing_versions_count') === null;
|
||||||
}.property('missing_versions_count'),
|
}.property('missing_versions_count'),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user