Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Sep 15, 2024
1 parent 997a945 commit 3075100
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/satellite/src/delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ pub fn delete_proposal_doc(collection: &String, key: &str) -> Result<(), String>
version: content.version,
};

ic_cdk::print(format!("DELETELETELELT {} {}", collection, key));

let _ = delete_doc_store(id(), collection.to_string(), key.to_string(), del_doc)?;
}

Expand Down

0 comments on commit 3075100

Please sign in to comment.