deps: remove status-message-polyfill

This hasn't been necessary since node v0.10, and CyTube only supports
node v6.x+ by this point.
This commit is contained in:
Calvin Montgomery 2017-07-22 10:45:36 -07:00
parent a8f1e48157
commit 52030506b5
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@
"socket.io": "^2.0.3",
"source-map-support": "^0.4.0",
"sprintf-js": "^1.0.3",
"status-message-polyfill": "git://github.com/calzoneman/status-message-polyfill",
"toml": "^2.3.0",
"uuid": "^2.0.1",
"yamljs": "^0.2.8"

View File

@ -5,7 +5,6 @@ var https = require("https");
var http = require("http");
var urlparse = require("url");
var path = require("path");
require("status-message-polyfill");
const LOGGER = require('@calzoneman/jsli')('ffmpeg');