[Gnucash-changes] remove annoying/misleading debugging message

Joshua Sled jsled at cvs.gnucash.org
Mon Oct 3 11:48:39 EDT 2005


Log Message:
-----------
remove annoying/misleading debugging message

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/scm:
        main-window.scm

Revision Data
-------------
Index: main-window.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/scm/main-window.scm,v
retrieving revision 1.23.2.10
retrieving revision 1.23.2.11
diff -Lsrc/scm/main-window.scm -Lsrc/scm/main-window.scm -u -r1.23.2.10 -r1.23.2.11
--- src/scm/main-window.scm
+++ src/scm/main-window.scm
@@ -112,7 +112,7 @@
          (save-file? #f)
          (book-path #f))
 
-    (gnc:msg (simple-format #f "saving ~S reports" (vector-length *gnc:_reports_*)))
+    ;;(gnc:msg (simple-format #f "saving ~S reports" (vector-length *gnc:_reports_*)))
 
     ;; make sure ~/.gnucash/books is there
     (set! save-file? (and (gnc:make-dir dotgnucash-dir)


More information about the gnucash-changes mailing list