Skip to content

Commit

Permalink
fix(term): remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Mar 17, 2024
1 parent fa6f178 commit 066b3cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/synd_term/src/application/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,6 @@ impl Application {
provider: AuthenticationProvider,
device_access_token: DeviceAccessTokenResponse,
) {
// TODO: remove
tracing::info!("{device_access_token:?}");

let auth = match provider {
AuthenticationProvider::Github => Credential::Github {
access_token: device_access_token.access_token,
Expand Down

0 comments on commit 066b3cc

Please sign in to comment.