Skip to content

Commit 1cb6fe4

Browse files
E. Azer Koçulubnoordhuis
E. Azer Koçulu
authored andcommitted
util: remove the line requiring events
1 parent b0030af commit 1cb6fe4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/util.js

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2020
// USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

22-
var events = require('events');
23-
24-
2522
var formatRegExp = /%[sdj%]/g;
2623
exports.format = function(f) {
2724
if (typeof f !== 'string') {

0 commit comments

Comments
 (0)