Removed old debugging printf.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4839 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2001-06-30 06:03:41 +00:00
parent 20f7a8f30b
commit a3070fdb16

View File

@ -330,8 +330,6 @@ configLayout (SplitRegister *reg)
CellBlock *curs;
int i;
printf( "configLayout with type %d\n", reg->type );
/* fill things up with null cells */
for (i = 0; i < reg->cursor_header->num_cols; i++)
{