removed uneeded print and removed packages from project

This commit is contained in:
2026-01-23 17:21:59 +11:00
parent 904ef85f54
commit 9075342661
23 changed files with 0 additions and 314 deletions

View File

@@ -40,7 +40,6 @@ def build_mineral(args):
with console.status("Compiling", spinner="bouncingBall", spinner_style="green") as status:
c_files = find_c_files(args.folder_path)
print(len(c_files))
if len(c_files) == 0:
console.print("[b red]digpkg: failed to build mineral: no .c files found in the specified folder, are you sure you're compiling a mineral?[/]")
sys.exit(1)