Be silent when getting price quotes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8739 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2003-06-26 06:38:12 +00:00
parent 3c367262a5
commit 14a7776b86
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2003-06-25 David Hampton <hampton@employees.org>
* src/scm/price-quotes.scm: Don't print the "handling-request"
messages when getting stock quotes. #110687
* src/report/report-system/html-document.scm:
* src/report/report-system/html-text.scm: Correctly quote
attribute values. #115244

View File

@ -321,8 +321,7 @@
(catch
#t
(lambda ()
(write (list 'handling-request request))
(newline)
;; (write (list 'handling-request request)) (newline)
;; we need to display the first element (the method, so it
;; won't be quoted) and then write the rest
(display #\( to-child)