mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
remove debug prints
This commit is contained in:
parent
aa626a1e72
commit
1eb89b8375
@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## [0.2.1] - 2019-05-2
|
||||
## [0.2.1] - 2019-05-25
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -239,7 +239,6 @@ where
|
||||
{
|
||||
fn drop(&mut self) {
|
||||
self.pool.clear();
|
||||
println!("DROP: APP-INIT-ENTRY");
|
||||
}
|
||||
}
|
||||
|
||||
@ -436,7 +435,6 @@ mod tests {
|
||||
impl Drop for DropData {
|
||||
fn drop(&mut self) {
|
||||
self.0.store(true, Ordering::Relaxed);
|
||||
println!("Dropping!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user