mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 20:49:16 +02:00
* Remove debug statement (bug ID 37940)
git-svn-id: trunk@47120 -
This commit is contained in:
parent
80394fc6e8
commit
827bb70333
@ -644,10 +644,6 @@ begin
|
|||||||
@DoMHDRequest, Self,
|
@DoMHDRequest, Self,
|
||||||
MHD_OPTION_NOTIFY_COMPLETED, @HandleRequestCompleted,
|
MHD_OPTION_NOTIFY_COMPLETED, @HandleRequestCompleted,
|
||||||
Nil,MHD_OPTION_END);
|
Nil,MHD_OPTION_END);
|
||||||
if Result=Nil then
|
|
||||||
Writeln('a')
|
|
||||||
else
|
|
||||||
Writeln('b');
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMicroHTTPHandler.Run;
|
procedure TMicroHTTPHandler.Run;
|
||||||
|
Loading…
Reference in New Issue
Block a user