Removed unused import

This commit is contained in:
Mitchell McCaffrey 2020-11-05 16:58:09 +11:00
parent 78aba1a83f
commit 61a4596a3d

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/