Skip to content

Commit

Permalink
graph-builder: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Nov 6, 2018
1 parent dec0bc6 commit cf736fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graph-builder/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ pub fn authenticate_client<'a>(
if !is_auth {
Err("login failed".into())
} else {
println!("logged in!");
Ok(dclient.set_token(Some(token.token())))
}
})
Expand Down

0 comments on commit cf736fc

Please sign in to comment.