Skip to content
Snippets Groups Projects
Commit 0fe9c670 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Remove unwanted log data

parent aeaeee16
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ app.ws('/', (ws, req) => {
if (!p.isBound(uri)) {
console.log("Adding local stream binding");
p.bind(uri, (ttimeoff, spkt, pkt) => {
console.log("STREAM: ", ttimeoff, spkt, pkt);
//console.log("STREAM: ", ttimeoff, spkt, pkt);
let speer = uri_to_peer[parsedURI];
if (speer) {
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment