From 86bfc25a42e7aa532be78159e81141570e20f66e Mon Sep 17 00:00:00 2001 From: Fernando Barbat Date: Tue, 2 Apr 2024 15:55:39 -0300 Subject: [PATCH] removed commented out code --- lib/src/subscription.rs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/src/subscription.rs b/lib/src/subscription.rs index 8d58762..eb216cc 100644 --- a/lib/src/subscription.rs +++ b/lib/src/subscription.rs @@ -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"); -// } -// } \ No newline at end of file +} \ No newline at end of file