This commit is contained in:
jl777
2016-11-20 11:50:57 -03:00
parent 5461e2431d
commit 48a3cd18c9
6 changed files with 14 additions and 18 deletions

View File

@@ -112,7 +112,7 @@ void komodo_event_rewind(struct komodo_state *sp,char *symbol,int32_t height)
{
if ( ep->height < height )
break;
printf("[%s] undo %s event.%c ht.%d for rewind.%d\n",ASSETCHAINS_SYMBOL,symbol,ep->type,ep->height,height);
//printf("[%s] undo %s event.%c ht.%d for rewind.%d\n",ASSETCHAINS_SYMBOL,symbol,ep->type,ep->height,height);
komodo_event_undo(sp,ep);
sp->Komodo_numevents--;
}