Explorar el Código

* Remove debug statement (bug ID 37940)

git-svn-id: trunk@47120 -
michael hace 5 años
padre
commit
827bb70333
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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;