Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 7229b86

Browse files
remove unnecessary echo
1 parent 4000240 commit 7229b86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/classes/unzip.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public static function extractGzipFile($archive, $destination)
113113
return;
114114
}
115115
$filename = pathinfo($archive, PATHINFO_FILENAME);
116-
echo $filename;
117116
$gzipped = gzopen($destination.'/'.$archive, 'rb');
118117
$file = fopen($destination.'/'.$filename, 'w');
119118
while ($string = gzread($gzipped, 4096)) {

0 commit comments

Comments
 (0)