diff --git a/dist/index.js b/dist/index.js
index 89a839e..1837061 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -62,7 +62,6 @@ function wrappy (fn, cb) {
     wrapper[k] = fn[k]
   })
 
-  console.log("gotcha, dummy!")
   return wrapper
 
   function wrapper() {