Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Jun 21, 2016
1 parent 75d87e6 commit db47ca9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/modes/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ function createServer (acetate, options = {}) {
};
}

function directoryEventHandler (verb) {
return function (dir) {
logAndReload(`Directory ${dir} ${verb}. Reloading.`);
};
}

function logAndReload (message) {
browserSync.sockets.emit('acetate:log', {
message
Expand Down

0 comments on commit db47ca9

Please sign in to comment.