net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove...
[prosody.git] / net / websocket / frames.lua
index 737f46bbffedb2e7aa0f9d077eda720f7106a8fe..5fe96d4564b9fa590244cc5c6267d2f682de3e82 100644 (file)
@@ -7,7 +7,6 @@
 --
 
 local softreq = require "util.dependencies".softreq;
-local log = require "util.logger".init "websocket.frames";
 local random_bytes = require "util.random".bytes;
 
 local bit = assert(softreq"bit" or softreq"bit32",