Skip to content

Commit 87a32a6

Browse files
committed
refactored logs
1 parent 11e595f commit 87a32a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/App.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function App() {
223223
const printLog = (millisLeft: number) => {
224224
const dateObj = new Date(millisLeft)
225225
// eslint-disable-next-line no-console
226-
console.log(`This application will be reloaded automatically in ${dateObj.getHours()} hours and ${dateObj.getMinutes()} minutes`)
226+
console.info(`This application will be reloaded automatically in ${dateObj.getHours()} hours and ${dateObj.getMinutes()} minutes`)
227227
}
228228

229229
dailyReload()
@@ -301,7 +301,6 @@ function App() {
301301
return 1
302302
}
303303
return 0
304-
305304
})
306305

307306
// Sort destinations alphabetically

0 commit comments

Comments
 (0)