Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Jun 30, 2023
1 parent 8a72072 commit 419239d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/instance/components/InstanceLogs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export default {
const toPrepend = []
if (entries.log.length > 0) {
entries.log.forEach(l => {
console.log(l)
const d = new Date(parseInt(l.ts.substring(0, l.ts.length - 4)))
l.date = `${d.toLocaleDateString()} ${d.toLocaleTimeString()}`
if (typeof l.msg !== 'string') {
Expand Down

0 comments on commit 419239d

Please sign in to comment.