Skip to content

Commit f81dcd4

Browse files
committed
fix: drop help print to allow shell piping
1 parent 15b604e commit f81dcd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tokens.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ async fn use_refresh_token(
119119

120120
let scopes_str: String;
121121
if !scopes.is_empty() {
122-
println!(
123-
"Some scopes require password grant rather rather than using existing refresh tokens. Run 'tokens clear <CLIENT>' to force password login if requested scope is missing from token."
124-
);
125122
scopes_str = scopes.join(" ");
126123
form.push(("scope", &scopes_str));
127124
}

0 commit comments

Comments
 (0)