Browse Source

* Remove touch debug command

git-svn-id: trunk@30694 -
michael 10 years ago
parent
commit
70f4b81323
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fcl-web/src/base/httpdefs.pp

+ 2 - 2
packages/fcl-web/src/base/httpdefs.pp

@@ -591,7 +591,7 @@ Var
   MimeItemsClass : TMimeItemsClass = TMimeItems;
   MimeItemsClass : TMimeItemsClass = TMimeItems;
   MimeItemClass : TMimeItemClass = nil;
   MimeItemClass : TMimeItemClass = nil;
 
 
-Procedure Touch(Const AName : String);
+//Procedure Touch(Const AName : String);
 
 
 implementation
 implementation
 
 
@@ -620,7 +620,7 @@ const
 Procedure Touch(Const AName : String);
 Procedure Touch(Const AName : String);
 
 
 begin
 begin
-  FileClose(FileCreate('/tmp/touch-'+StringReplace(AName,'/','_',[rfReplaceAll])));
+//  FileClose(FileCreate('/tmp/touch-'+StringReplace(AName,'/','_',[rfReplaceAll])));
 end;
 end;
 
 
 Function GetFieldNameIndex(AName : String) : Integer;
 Function GetFieldNameIndex(AName : String) : Integer;