Improved utils from pritnln! to debug!

This commit is contained in:
Syrus Akbary 2018-11-26 14:06:05 -08:00
parent 8876ade624
commit ac51a33d5e

View File

@ -36,7 +36,7 @@ pub unsafe fn copy_terminated_array_of_cstrs(instance: &mut Instance, cstrs: *mu
}
counter
};
println!("total_num: {}", total_num);
debug!("emscripten::copy_terminated_array_of_cstrs::total_num: {}", total_num);
0
}