Parcourir la source

* Remove debug statement (bug ID 37940)

git-svn-id: trunk@47120 -
michael il y a 5 ans
Parent
commit
827bb70333
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      packages/fcl-web/src/base/custmicrohttpapp.pp

+ 0 - 4
packages/fcl-web/src/base/custmicrohttpapp.pp

@@ -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;