Remove commented-out debugging cruft.

This was made obsolete by PR #79.
This commit is contained in:
nlewycky
2020-06-02 11:03:36 -07:00
committed by GitHub
parent c68fe8f4da
commit 6e98f39568

View File

@ -36,9 +36,6 @@ use wasmer_compiler::{
}; };
use wasmer_runtime::{MemoryPlan, ModuleInfo, TablePlan}; use wasmer_runtime::{MemoryPlan, ModuleInfo, TablePlan};
// TODO: debugging
//use std::io::Write;
// TODO // TODO
fn wptype_to_type(ty: wasmparser::Type) -> WasmResult<Type> { fn wptype_to_type(ty: wasmparser::Type) -> WasmResult<Type> {
match ty { match ty {