mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:38:25 -06:00
Put the F::Q console output under the debug flag instead of
eliminating it entirely. Comes in handy now and then. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8811 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
87529fd3b0
commit
fdc8099bcf
@ -233,7 +233,7 @@
|
||||
#t
|
||||
(lambda ()
|
||||
(set! results (read from-child))
|
||||
;; (write (list 'results results)) (newline)
|
||||
(gnc:debug (list 'results results))
|
||||
results)
|
||||
(lambda (key . args)
|
||||
key)))))
|
||||
@ -321,7 +321,7 @@
|
||||
(catch
|
||||
#t
|
||||
(lambda ()
|
||||
;; (write (list 'handling-request request)) (newline)
|
||||
(gnc:debug (list 'handling-request request))
|
||||
;; we need to display the first element (the method, so it
|
||||
;; won't be quoted) and then write the rest
|
||||
(display #\( to-child)
|
||||
@ -332,7 +332,7 @@
|
||||
(newline to-child)
|
||||
(force-output to-child)
|
||||
(set! results (read from-child))
|
||||
;; (write (list 'results results)) (newline)
|
||||
(gnc:debug (list 'results results))
|
||||
results)
|
||||
(lambda (key . args)
|
||||
key)))
|
||||
|
Loading…
Reference in New Issue
Block a user