summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-07 10:43:20 +0200
committerErich Eckner <git@eckner.net>2018-05-07 10:43:20 +0200
commita768d176d017d0979061c75b32bcba2d30da8a24 (patch)
tree57eba385beb7ac0dcd6325f3d3433ee6cb550f28
parente544151100d3d24b8f5d45b6736634f8f8d39baa (diff)
downloadepost-a768d176d017d0979061c75b32bcba2d30da8a24.tar.xz
debugausgabe entfernt
-rw-r--r--epost.lps7
-rw-r--r--werteunit.pas1
2 files changed, 3 insertions, 5 deletions
diff --git a/epost.lps b/epost.lps
index 91ae8ec..944324a 100644
--- a/epost.lps
+++ b/epost.lps
@@ -31,6 +31,7 @@
<Unit3>
<Filename Value="werteunit.pas"/>
<IsPartOfProject Value="True"/>
+ <IsVisibleTab Value="True"/>
<EditorIndex Value="9"/>
<TopLine Value="629"/>
<CursorPos Y="646"/>
@@ -41,11 +42,9 @@
<Unit4>
<Filename Value="typenunit.pas"/>
<IsPartOfProject Value="True"/>
- <IsVisibleTab Value="True"/>
<EditorIndex Value="12"/>
- <TopLine Value="852"/>
- <CursorPos X="58" Y="877"/>
- <FoldState Value=" T3vV0IE piak403A16]BcmH0C9[K4jP09F pj0k0068]IXjK06B[95O08]akOlD06[s4ZjC06F[95U0AC[95S0JA]+6k40WC[{K5G0I9]I1k00p3]9AkQ0V]IiXk2058 pibjJ0B7]R0jR0A[R4YjP]9[{05O0Q8[95c0AG pkDlM042]j5jF0K2="/>
+ <TopLine Value="767"/>
+ <CursorPos Y="853"/>
<UsageCount Value="200"/>
<Loaded Value="True"/>
</Unit4>
diff --git a/werteunit.pas b/werteunit.pas
index 6d82c07..f11c717 100644
--- a/werteunit.pas
+++ b/werteunit.pas
@@ -643,7 +643,6 @@ begin
assign(f,dateien[i].name);
reset(f,1);
- writeln((dateien[i] as tAndorInputDateiInfo).hintergrundStart,' ',(dateien[i] as tAndorInputDateiInfo).datenStart,' ',(dateien[i] as tAndorInputDateiInfo).istHintergrund);
if (dateien[i] as tAndorInputDateiInfo).istHintergrund then
seek(f,(dateien[i] as tAndorInputDateiInfo).hintergrundStart)
else