Skip to content

Commit e06eb49

Browse files
committed
remove echo
1 parent 154b7d7 commit e06eb49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/MysqlConnection.php

-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,4 @@ public function reconnect()
3232
return $result;
3333
}
3434

35-
public function __destruct()
36-
{
37-
echo "__destruct\n";
38-
}
3935
}

0 commit comments

Comments
 (0)