Skip to content

Commit a35080f

Browse files
cli: Drop debugging statement
1 parent 900ee86 commit a35080f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ async fn lookup(attributes: &impl AsAttributes) -> Result<(), Error> {
162162
}
163163

164164
async fn search(attributes: &impl AsAttributes, all: bool) -> Result<(), Error> {
165-
println!("{:#?}", attributes.as_attributes());
166165
let collection = collection().await?;
167166
let items = collection.search_items(attributes).await?;
168167

0 commit comments

Comments
 (0)