removing print statement
This commit is contained in:
parent
83b4edf870
commit
246459af3f
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ struct operation_process_fill_order
|
||||||
b.low_base = b.close_base;
|
b.low_base = b.close_base;
|
||||||
b.low_quote = b.close_quote;
|
b.low_quote = b.close_quote;
|
||||||
});
|
});
|
||||||
wlog( " creating bucket ${b}", ("b",obj) );
|
//wlog( " creating bucket ${b}", ("b",obj) );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{ // update existing bucket
|
{ // update existing bucket
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue