remove println

This commit is contained in:
Ruben Fiszel
2022-08-13 21:20:50 +02:00
parent 845de82062
commit c8dca072dd
+1 -1
View File
@@ -114,7 +114,7 @@ fn binding_ident_to_arg(BindingIdent { id, type_ann }: &BindingIdent) -> (String
}
fn tstype_to_typ(ts_type: &TsType) -> (Typ, bool) {
println!("{:?}", ts_type);
//println!("{:?}", ts_type);
match ts_type {
TsType::TsKeywordType(t) => (
match t.kind {