diff --git a/core/test/unit/api_settings_spec.js b/core/test/unit/api_settings_spec.js index adbe1aca8b..fa7b25f598 100644 --- a/core/test/unit/api_settings_spec.js +++ b/core/test/unit/api_settings_spec.js @@ -205,7 +205,6 @@ describe('Settings Model', function () { it('populates any unset settings from the JSON defaults', function (done) { SettingsModel.findAll().then(function (allSettings) { - console.log(allSettings.models) allSettings.length.should.equal(0); return SettingsModel.populateDefaults(); }).then(function () {