diff --git a/src/commands/command_util.rs b/src/commands/command_util.rs index 6204e23..2ca4a72 100644 --- a/src/commands/command_util.rs +++ b/src/commands/command_util.rs @@ -453,7 +453,7 @@ impl Client for ClientProduction { pub fn get_credentials() -> Option { // Load login credentials if they exist in the file - dbg!(Credentials::load(PLUGIN)).unwrap_or(None) + Credentials::load(PLUGIN).unwrap_or(None) } // Returns slug of organization as String (if successful)