mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
removed a missing console.log
This commit is contained in:
parent
79fa01a8c4
commit
8355ed1992
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue