windhamdavid 8 years ago
parent
commit
b7943035f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -9,7 +9,7 @@ var fileServer = new static.Server('./public');
 var server = http.createServer(function (req, res) {
 var server = http.createServer(function (req, res) {
 
 
 	var pathname = url.parse(req.url).pathname;
 	var pathname = url.parse(req.url).pathname;
-	console.log('pathname: '+pathname);
+	//console.log('pathname: '+pathname);
 
 
 	req.addListener('end', function () {
 	req.addListener('end', function () {
 		fileServer.serve(req, res);
 		fileServer.serve(req, res);