* remove forced debug flag

git-svn-id: trunk@43065 -
This commit is contained in:
michael 2019-09-25 15:40:19 +00:00
parent 7f94a08b67
commit 97ce90ef0d

View File

@ -630,7 +630,7 @@ Var
F,P : Integer;
begin
F:=OptionsToFlags or MHD_USE_DEBUG;
F:=OptionsToFlags;
P:=Port;
Result:= MHD_start_daemon(F,P,
@AcceptCallBack, Self,