mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-27 02:24:22 +01:00
[refactor] remove console logging
This commit is contained in:
parent
4d7abab002
commit
4a5d31a3e0
@ -33,7 +33,6 @@ var date = (function() {
|
||||
dateStrings.day = timeDateNow.format("dddd");
|
||||
if (state.get().header.date.day.length == "short") {
|
||||
dateStrings.day = dateStrings.day.substring(0, 3);
|
||||
console.log(dateStrings.day);
|
||||
};
|
||||
},
|
||||
number: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user