Skip to content

Commit 4ae7d03

Browse files
author
Vincent Rouillé
committed
remove dbg!
1 parent 8a99e97 commit 4ae7d03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

foundationdb/src/tuple/pack.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,6 @@ impl<'de> TupleUnpack<'de> for Element<'de> {
10311031
(input, Element::Uuid(v))
10321032
}
10331033
found => {
1034-
dbg!(Bytes::from(input));
10351034
return Err(PackError::BadCode {
10361035
found,
10371036
expected: None,

0 commit comments

Comments
 (0)