diff --git a/lib/history.js b/lib/history.js
index 59013fc..d87e9a1 100644
--- a/lib/history.js
+++ b/lib/history.js
@@ -23,7 +23,7 @@ function push(item) {
 
 function dump() {
     const result = history.toarray();
-    console.log(JSON.stringify(result, null, 2));
+    // console.log(JSON.stringify(result, null, 2));
     return result;
 }