From 27b8b68b8718cd0647e2bf4355b538f9a06bc6a1 Mon Sep 17 00:00:00 2001
From: sbarman <sbarman@L3CWZ5T.(none)>
Date: Mon, 6 Jun 2011 18:34:24 -0700
Subject: [PATCH] Removed log code from previous commit

---
 pdf.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pdf.js b/pdf.js
index 42f000842..e0ec7e5aa 100644
--- a/pdf.js
+++ b/pdf.js
@@ -440,8 +440,6 @@ var FlateStream = (function() {
                 var code1 = this.getCode(litCodeTable);
                 if (code1 == 256) {
                     this.bufferLength = pos;
-                    //logBuffer(this.buffer, 0, pos);
-                    //log(pos);
                     return;
                 }
                 if (code1 < 256) {