mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:50:28 +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,
|
||||
MHD_OPTION_NOTIFY_COMPLETED, @HandleRequestCompleted,
|
||||
Nil,MHD_OPTION_END);
|
||||
if Result=Nil then
|
||||
Writeln('a')
|
||||
else
|
||||
Writeln('b');
|
||||
end;
|
||||
|
||||
procedure TMicroHTTPHandler.Run;
|
||||
|
Loading…
Reference in New Issue
Block a user