mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
server.js: remove unused import
This commit is contained in:
parent
3584e130f5
commit
736aaa2800
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ var async = require('async');
|
||||||
var express = require('express');
|
var express = require('express');
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
var minify = require('./utils/Minify');
|
var minify = require('./utils/Minify');
|
||||||
var formidable = require('formidable');
|
|
||||||
var socketIORouter;
|
var socketIORouter;
|
||||||
|
|
||||||
//try to get the git version
|
//try to get the git version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue