removed unecessary reference

This commit is contained in:
Paul Wilde 2024-08-27 20:37:16 +01:00
parent 874b4362c8
commit 54e4ca3c8b

View file

@ -1,8 +1,6 @@
import strformat
import osproc
import ../model/maintenance_type
proc run*(cmd: string): int =
echo fmt"Trying to run : {cmd}"
try: