Skip to content

Commit 7252b8f

Browse files
committed
Removing unnecessary logs
1 parent eaebe88 commit 7252b8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ server.on('request', function(req, res) {
6767
console.log('Serving request for ', path);
6868
type = getType(path);
6969
file = getFile(path);
70-
console.log(file);
7170

7271
fs.readFile(file, function (err, data) {
7372
if (err) {

0 commit comments

Comments
 (0)