diff options
author | Erich Eckner <git@eckner.net> | 2017-08-29 09:39:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-29 09:39:23 +0200 |
commit | 474572aa646c61d48ffc88c5cf8098d66afa048d (patch) | |
tree | ba4e9055e5b9a271181c7a20630fd983f628f909 /epostunit.pas | |
parent | 443a64be271c683dbe7c1ef66e68bd99db9b72e9 (diff) | |
download | epost-474572aa646c61d48ffc88c5cf8098d66afa048d.tar.xz |
remove superfluid debug message
Diffstat (limited to 'epostunit.pas')
-rw-r--r-- | epostunit.pas | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/epostunit.pas b/epostunit.pas index 65491a1..8fe023b 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -4024,8 +4024,6 @@ begin end{of case}; betraege.free; - writeln(tIntPointToStr(maxPos)); - gibAus('zentrieren '+tIntPointToStr(maxPos),3); verschiebe(threads,maxPos); |