From 4708ac0ec11489cccd6ca395d50cc35bf5a2d057 Mon Sep 17 00:00:00 2001
From: Andrew Henry <andrew.k.henry@nasa.gov>
Date: Wed, 28 Oct 2015 11:26:20 -0700
Subject: [PATCH] Removed console.log

---
 docs/gendocs.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/gendocs.js b/docs/gendocs.js
index 8bc44ffa72..30182e30e7 100644
--- a/docs/gendocs.js
+++ b/docs/gendocs.js
@@ -187,10 +187,8 @@ GLOBAL.window = GLOBAL.window ||  GLOBAL; // nomnoml expects window to be define
                 destPath = path.dirname(destination),
                 streamOptions = {};
             if (file.match(/png$/)){
-                console.log("Encoding " + file + " as binary");
                 streamOptions.encoding = null;
             } else {
-                console.log("Encoding " + file + " as utf8");
                 streamOptions.encoding = 'utf8';
             }