Skip to content

Commit

Permalink
update (tracker): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Feb 8, 2024
1 parent 3290490 commit 849e210
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/adonisjs/public/player/js/heart/harena-dcc-oid.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ export class HarenaDCCOid {

reportBlocksUpdate (topic, message) {
let cps = ''
console.log('=== reportBlocksUpdate')
console.log(topic)
if (message.value == null || (message.value[0] != '{' && message.value[0] != '['))
cps = message.value
else {
const jsonl = message.value.split('\n')
const cpl = []
console.log('=== jsonl')
console.log(jsonl)
for (const jl of jsonl) {
let vj = JSON.parse(jl)
let compact = {}
Expand Down

0 comments on commit 849e210

Please sign in to comment.