Skip to content

Commit

Permalink
Merge pull request jl777#65 from jl777/dev
Browse files Browse the repository at this point in the history
Remove prints
  • Loading branch information
ca333 authored Nov 6, 2017
2 parents 9462bba + e31b961 commit 697c01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/komodo_gateway.h
Original file line number Diff line number Diff line change
Expand Up @@ -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' )
{
Expand Down

0 comments on commit 697c01b

Please sign in to comment.