From cf736fcfee2c6e9b50266647e46b75d959f0eabc Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 6 Nov 2018 20:39:54 +0100 Subject: [PATCH] graph-builder: remove print statement --- graph-builder/src/registry.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/graph-builder/src/registry.rs b/graph-builder/src/registry.rs index 18e451c55..900582801 100644 --- a/graph-builder/src/registry.rs +++ b/graph-builder/src/registry.rs @@ -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()))) } })