Remove debugging output.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5796 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/g2-gog-integ
Dave Peticolas 25 years ago
parent 8415599512
commit d5ec85a76b

@ -42,16 +42,13 @@ gnc_module_init(int refcount) {
return FALSE;
}
printf("loaded gnc modules .. \n");
/* load the report generation scheme code */
if(gh_eval_str("(use-modules (gnucash report taxtxf))")
== SCM_BOOL_F) {
printf("failed to load (gnucash report taxtxf)\n");
return FALSE;
}
printf("loaded taxtxf module\n");
if(gh_eval_str("(use-modules (gnucash report locale-specific us))")
== SCM_BOOL_F) {
return FALSE;

@ -27,7 +27,6 @@
;; subtracts 2! see "(to-value"
;; depends must be outside module scope -- and should eventually go away.
(simple-format #t "loading taxtxf scheme code\n")
(define-module (gnucash report taxtxf))
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.

Loading…
Cancel
Save