Skip to content

Commit

Permalink
Merge pull request #8 from w33ble/steaming
Browse files Browse the repository at this point in the history
remove stray console.log
  • Loading branch information
yocontra committed Apr 22, 2014
2 parents 645f22a + 5a9a052 commit 11f23d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/serve/createServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = function (port, lrPort, open, next) {

// if html, inject lr
if (filePath.match(/htm(l)?$/)) {
console.log('html');
fileStream
.pipe(rstream('</body>', getLivereloadTag(lrPort)+'</body>'))
.pipe(res);
Expand Down

0 comments on commit 11f23d9

Please sign in to comment.