removed uneeded print and removed packages from project
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user