Skip to content

Commit a7f89a2

Browse files
Remove debugging message
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
1 parent 113be95 commit a7f89a2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/epoch.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,6 @@ impl Epoch {
974974
if idx != s.len() - 1 {
975975
// We have some remaining characters, so let's parse those in the only formats we know.
976976
ts = TimeScale::from_str(s[idx..].trim())?;
977-
if ts == TimeScale::GPST {
978-
print!("yo");
979-
}
980977
}
981978
break;
982979
}

0 commit comments

Comments
 (0)