[gnome-documents] window: remove debug spew
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] window: remove debug spew
- Date: Tue, 26 Jul 2011 10:27:18 +0000 (UTC)
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]