* Remove debug statement (bug ID 37940)

git-svn-id: trunk@47120 -
This commit is contained in:
michael 2020-10-17 09:04:42 +00:00
parent 80394fc6e8
commit 827bb70333

View File

@ -644,10 +644,6 @@ begin
@DoMHDRequest, Self,
MHD_OPTION_NOTIFY_COMPLETED, @HandleRequestCompleted,
Nil,MHD_OPTION_END);
if Result=Nil then
Writeln('a')
else
Writeln('b');
end;
procedure TMicroHTTPHandler.Run;