Browse Source

Removing forgotten debug saving of generate RTF document

Source commit: ffc3a8cd829020a21cd67a2d99358faabf698a7f
Martin Prikryl 10 years ago
parent
commit
1cccf72b34
1 changed files with 0 additions and 3 deletions
  1. 0 3
      source/forms/GenerateUrl.cpp

+ 0 - 3
source/forms/GenerateUrl.cpp

@@ -261,9 +261,6 @@ void __fastcall TGenerateUrlDialog::UpdateControls()
     Stream->Write(ResultUtf.c_str(), ResultUtf.Length());
     Stream->Position = 0;
 
-    Stream->SaveToFile(L"b:\\rtf\\code.rtf");
-    Stream->Position = 0;
-
     ResultMemo->Lines->LoadFromStream(Stream.get(), TEncoding::UTF8);
   }
 }