Skip to content

Commit 63cb97c

Browse files
committed
去除一处无意义的打印
1 parent d010b09 commit 63cb97c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

class/Class.StreamHandler.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,12 @@ public function end($content = NULL){
142142
if(!empty($content)){
143143
$this->write($content, FALSE);
144144
}
145-
if(!empty($this->chars)){
146-
147-
}
148145

149146
echo 'retry: 86400000'.PHP_EOL;
150147
echo 'event: close'.PHP_EOL;
151148
echo 'data: Connection closed'.PHP_EOL.PHP_EOL;
152149
flush();
153150

154-
155-
$t3 = microtime(1);
156-
157-
echo 't3:'.$t3."\n";
158151
}
159152
}
160153

0 commit comments

Comments
 (0)