mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 23:11:29 -04:00
Use logger instead
This commit is contained in:
parent
77c41207ef
commit
1d193a38a3
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ class ProxyPair
|
|||
bytes = new Uint8Array recv
|
||||
line = String.fromCharCode.apply(null, bytes)
|
||||
line = line.trim()
|
||||
console.log 'WebRTC --> websocket data: ' + line
|
||||
log 'WebRTC --> websocket data: ' + line
|
||||
@c2rSchedule.push recv
|
||||
@flush()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue