Skip to content

Commit

Permalink
Remove rogue var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
calcinai committed Jun 4, 2016
1 parent 67be974 commit 2feb502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MMap/StreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function stream_eof(){
* @param $data
*/
private function subprocess_write($command, $data = ''){
var_dump($command.$data);
fwrite($this->pipes[0], $command.$data);
}

Expand Down

0 comments on commit 2feb502

Please sign in to comment.