2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-01 07:14:28 +00:00

Remove debug message

This commit is contained in:
Oliver
2021-09-27 11:46:14 +10:00
parent ef01bdff07
commit 26e3dbd9d0
-3
View File
@@ -88,9 +88,6 @@ def isInvenTreeDevelopmentVersion():
"""
Return True if current InvenTree version is a "development" version
"""
print("is dev?", inventreeVersion())
return inventreeVersion().endswith('dev')