From e31b96160784943af2bf5f29373afdbc941bc794 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 5 Nov 2017 18:47:09 +0200 Subject: [PATCH] Remove prints --- src/komodo_gateway.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index b69857141..d4d72781d 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -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' ) {