From 96f8cd56267998e52d62ae2ea22616c8d1e0d543 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 22 Jul 2010 18:17:19 +0000 Subject: [PATCH] Removed require(sys) used while debugging --- colors.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/colors.js b/colors.js index d0a3e2b..02d2865 100644 --- a/colors.js +++ b/colors.js @@ -23,8 +23,6 @@ THE SOFTWARE. */ -var sys = require('sys'); - ['bold', 'underline', 'italic', 'inverse', 'grey', 'yellow', 'red', 'green', 'blue', 'white', 'cyan', 'magenta'].forEach(function (style) { Object.defineProperty(String.prototype, style, { get: function () {