Remove prints

This commit is contained in:
jl777
2017-11-05 18:47:09 +02:00
parent 3a48f81a30
commit e31b961607

View File

@@ -1407,12 +1407,12 @@ void komodo_stateind_set(struct komodo_state *sp,uint32_t *inds,int32_t n,uint8_
if ( func == 'K' )
{
if ( lastK == lastfpos )
doissue = 1, printf("trigger lastK\n");
doissue = 1;
}
else if ( func == 'T' )
{
if ( lastT == lastfpos )
doissue = 1, printf("trigger lastT\n");
doissue = 1;
}
else if ( func == 'N' )
{