Fixed unused import warning

This commit is contained in:
Mitchell McCaffrey 2020-11-20 09:24:58 +11:00
parent 0883c1d79c
commit c54b863330

View File

@ -3,7 +3,6 @@ import { encode, decode } from "@msgpack/msgpack";
import shortid from "shortid";
import blobToBuffer from "../helpers/blobToBuffer";
import { logError } from "../helpers/logging";
// Limit buffer size to 16kb to avoid issues with chrome packet size
// http://viblast.com/blog/2015/2/5/webrtc-data-channel-message-size/