Skip to content

Commit 1d7e65c

Browse files
committed
remove info msg
1 parent 8caa7eb commit 1d7e65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async fn app(opts: Options) -> Result<()> {
168168
Ok(tags) => {
169169
debug!("flist has {} tags", tags.len());
170170
for (k, v) in tags.iter() {
171-
info!("[tag][{}]: {}", k, v);
171+
debug!("[tag][{}]: {}", k, v);
172172
}
173173
}
174174
Err(err) => {

0 commit comments

Comments
 (0)