[gnome-documents] window: remove debug spew



commit 1e7d486f83dc427c5af7d8217c822d38ac2408bc
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jul 21 10:37:01 2011 -0400

    window: remove debug spew

 src/mainWindow.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 320f3a4..6dd457b 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -178,11 +178,8 @@ MainWindow.prototype = {
             this._loaderTimeout = 0;
         }
 
-        log('activated, resource ' + resource);
-
         this._model.sourceIdFromResourceUrn(resource, Lang.bind(this,
             function(sourceId) {
-                log('source ' + sourceId);
                 this._pdfLoader = new Gd.PdfLoader({ source_id: sourceId });
                 this._loaderSignal =
                     this._pdfLoader.connect('notify::document', Lang.bind(this, this._onDocumentLoaded));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]