Skip to content

Commit 5a9b058

Browse files
authored
Remove debug print (#63)
This `println!` prints the url to stdout when parsing the URL
1 parent 960aca0 commit 5a9b058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ impl<'url> GitUrl<'url> {
325325
#[cfg(feature = "url")]
326326
{
327327
// Since we don't fully implement any spec, we'll rely on the url crate
328-
println!("{:#?}", self.url_compat_display());
329328
let _u = url::Url::parse(&self.url_compat_display())?;
330329
}
331330

0 commit comments

Comments
 (0)