Stop printing annoying ok messages

This commit is contained in:
cmdr2 2022-12-24 19:13:17 +05:30
parent 73e92a688f
commit 5f6b798e35

View File

@ -11,5 +11,3 @@ for m in modules:
if pkgutil.find_loader(m) is None:
print('module', m, 'not found')
exit(1)
print('ok')