Skip to content

Commit

Permalink
Remove debug log left by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
toshski committed Oct 27, 2023
1 parent 63158e3 commit 2574ef0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/src/Socket.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export default {
onReconnectSuccess: () => {
this.wsStatus = 'connected'
}
})
console.log("wampy ", ws)
})
ws.subscribe('service.log', (dataArr, dataObj) => {
if (dataArr.argsDict.level == 'debug') {
Expand Down

0 comments on commit 2574ef0

Please sign in to comment.