We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e595f commit 87a32a6Copy full SHA for 87a32a6
frontend/src/App.tsx
@@ -223,7 +223,7 @@ function App() {
223
const printLog = (millisLeft: number) => {
224
const dateObj = new Date(millisLeft)
225
// eslint-disable-next-line no-console
226
- console.log(`This application will be reloaded automatically in ${dateObj.getHours()} hours and ${dateObj.getMinutes()} minutes`)
+ console.info(`This application will be reloaded automatically in ${dateObj.getHours()} hours and ${dateObj.getMinutes()} minutes`)
227
}
228
229
dailyReload()
@@ -301,7 +301,6 @@ function App() {
301
return 1
302
303
return 0
304
-
305
})
306
307
// Sort destinations alphabetically
0 commit comments