Skip to content

Commit

Permalink
remove sys.trace
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMassot committed Apr 9, 2024
1 parent b47a135 commit d5b4634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filenum/filenum.tbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function filenum_open(byref signature as string, byref filename as string
if fd.fileopened=YES then
exit function
else
sys.trace("closing\r\n")
fd.close()
exit for
end if
Expand Down

0 comments on commit d5b4634

Please sign in to comment.