unused code

This commit is contained in:
Joffrey JAFFEUX 2018-05-30 19:07:08 +02:00 committed by GitHub
parent c3ec758107
commit 0c3a0b59cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ export default Ember.Component.extend({
this.set("date", moment().format(this.dateFormat));
this.set("time", moment().format(this.timeFormat));
this.set("currentMoment", moment());
this.set("format", `LLL`);
this.set("timezones", (this.siteSettings.discourse_local_dates_default_timezones || "").split("|").filter(f => f));
this.set("formats", (this.siteSettings.discourse_local_dates_default_formats || "").split("|"));