Removed some debugging printf output.
This commit is contained in:
parent
b5de2c2c24
commit
82e231c7d2
1 changed files with 2 additions and 0 deletions
|
|
@ -1544,8 +1544,10 @@ void mainloop(void)
|
||||||
|
|
||||||
if (txt_stamps[cur_stamp] != NULL)
|
if (txt_stamps[cur_stamp] != NULL)
|
||||||
{
|
{
|
||||||
|
#ifdef DEBUG
|
||||||
printf("txt_stamps[cur_stamp] = %s\n",
|
printf("txt_stamps[cur_stamp] = %s\n",
|
||||||
txt_stamps[cur_stamp]);
|
txt_stamps[cur_stamp]);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (txt_stamps[cur_stamp][0] == '=')
|
if (txt_stamps[cur_stamp][0] == '=')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue