From a176bfb585a1f905a224e644d4097f668c50ee28 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 1 Mar 2010 01:37:08 -0800 Subject: Remove the debug code. --- scripts/install.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') diff --git a/scripts/install.js b/scripts/install.js index 0279cad46..baa9d133d 100755 --- a/scripts/install.js +++ b/scripts/install.js @@ -6,9 +6,6 @@ var fs = require("fs"), clijs = require("path").join(process.cwd(), "cli.js"), sys = require("sys"); -sys.puts("1 about to link " + clijs+" to " +bin + "\ncwd:"+process.cwd()); - - fs.lstat(bin, function (er, st) { if (!er) fs.unlink(bin, linkBin); else linkBin(); -- cgit v1.2.3