Skip to content

Commit

Permalink
Remove debugging message
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
  • Loading branch information
ChristopherRabotin committed Oct 25, 2022
1 parent 113be95 commit a7f89a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/epoch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,6 @@ impl Epoch {
if idx != s.len() - 1 {
// We have some remaining characters, so let's parse those in the only formats we know.
ts = TimeScale::from_str(s[idx..].trim())?;
if ts == TimeScale::GPST {
print!("yo");
}
}
break;
}
Expand Down

0 comments on commit a7f89a2

Please sign in to comment.