Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbat committed Apr 3, 2024
1 parent 0237746 commit 86bfc25
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lib/src/subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ pub(crate) struct YSubscription {

impl YSubscription {
pub(crate)fn new(value: Subscription) -> YSubscription {
// println!("YSubscription is being initialized");

YSubscription {
value
}
}
}

// impl Drop for YSubscription {
// fn drop(&mut self) {
// println!("YSubscription is being deinitialized");
// }
// }
}

0 comments on commit 86bfc25

Please sign in to comment.