Skip to content

Commit d77400a

Browse files
authored
Deleted echo
1 parent 94c4e59 commit d77400a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Application.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function (ServerRequestInterface $request) use ($requestHandler) {
166166
if (!$this->silent) {
167167
$serverResponseWithMessage->printMessage();
168168
}
169-
echo 'X';
169+
170170
return $resolve($serverResponseWithMessage->getServerResponse());
171171
};
172172

@@ -213,4 +213,4 @@ private function print()
213213
echo '>' . PHP_EOL . PHP_EOL;
214214
}
215215
}
216-
}
216+
}

0 commit comments

Comments
 (0)