Remove debugger from eBay Motors
This commit is contained in:
parent
b0d40c3e75
commit
1db9b4b93d
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ export default {
|
||||||
b._client.on('profileless_chat', (data) => {
|
b._client.on('profileless_chat', (data) => {
|
||||||
if (data.type === 4) {
|
if (data.type === 4) {
|
||||||
const json = parse1204(data.message)
|
const json = parse1204(data.message)
|
||||||
console.log(json)
|
|
||||||
const parsed = parsePlain(json)
|
const parsed = parsePlain(json)
|
||||||
let chatName
|
let chatName
|
||||||
let nickname
|
let nickname
|
||||||
|
|
Loading…
Reference in a new issue