Jelajahi Sumber

Remove unused event handler

Kevin van Zonneveld 9 tahun lalu
induk
melakukan
9cac222b81
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 3
      website/build-examples.js

+ 0 - 3
website/build-examples.js

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