Skip to content

Commit c5c0b9b

Browse files
committed
syn: fix eprint debug printout
1 parent 4fc85b1 commit c5c0b9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

syn/src/data.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ impl DataType {
262262
}
263263
};
264264

265-
eprintln!("{}", tokens.to_string());
266-
267265
Ok(tokens)
268266
}
269267
}

0 commit comments

Comments
 (0)