Skip to content

Commit

Permalink
remove debugging console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
w33ble committed Apr 20, 2014
1 parent 26bfb6b commit 6044709
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 @@ -26,7 +26,6 @@ module.exports = function (port, lrPort, open, next) {

// if html, inject lr
if (filePath.match(/htm(l)?$/)) {
console.log('html', filePath);
fileStream
.pipe(through2.obj(function(file, enc, next) {
var script = "<script>document.write('<script src=\"http://' + (location.host || 'localhost').split(':')[0] + ':"+lrPort+"/livereload.js?snipver=1\"></' + 'script>')</script>";
Expand Down

0 comments on commit 6044709

Please sign in to comment.