Remove debug log

This commit is contained in:
Zedifus 2022-06-21 03:16:41 +01:00
parent 41532f97ef
commit 85f508dbc2

View File

@ -224,7 +224,6 @@ if __name__ == "__main__":
controller_setup_thread.join()
Console.info("Crafty has fully started and is now ready for use!")
console.debug(helper.find_java_installs())
crafty_prompt.prompt = f"Crafty Controller v{helper.get_version_string()} > "
if not args.daemon: