Removed require(sys) used while debugging

This commit is contained in:
Justin Campbell 2010-07-22 18:17:19 +00:00
parent 54cffd2417
commit 96f8cd5626

View File

@ -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 () {