summaryrefslogtreecommitdiff
path: root/cli/auth_tokens.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/auth_tokens.rs')
-rw-r--r--cli/auth_tokens.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/auth_tokens.rs b/cli/auth_tokens.rs
index 64f42fc5c..83c97e641 100644
--- a/cli/auth_tokens.rs
+++ b/cli/auth_tokens.rs
@@ -1,6 +1,8 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
use deno_core::ModuleSpecifier;
+use log::debug;
+use log::error;
use std::fmt;
#[derive(Debug, Clone, PartialEq, Eq)]