Skip to content

Commit

Permalink
Removed accidentally committed print
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Jul 21, 2023
1 parent f787a81 commit 1d2721e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/foundation/dictionary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ impl NSMutableDictionary {

let keys = self.keys();

println!("{keys:?}");

for key in keys {
let item_id = self.get(&key);

Expand Down

0 comments on commit 1d2721e

Please sign in to comment.