Browse Source

Remove unused event handler

Kevin van Zonneveld 9 years ago
parent
commit
9cac222b81
1 changed files with 0 additions and 3 deletions
  1. 0 3
      website/build-examples.js

+ 0 - 3
website/build-examples.js

@@ -76,9 +76,6 @@ glob(srcPattern, function(err, files) {
     browseFy
       .on('update', bundle)
       .on('error', onError)
-      .on('log', function(msg) {
-
-      })
       .on('file', function(file, id, parent) {
         // When file completes, unmute it.
         muted = muted.filter(function(mutedId) {