Validating IFCs UI now moved over into debug panel

This commit is contained in:
Dion Moult
2021-02-04 21:59:08 +11:00
parent e14a3a99c0
commit 384d007770
3 changed files with 7 additions and 4 deletions
@@ -7,7 +7,7 @@ class Data:
@classmethod
def purge(cls):
cls.products = False
cls.products = {}
cls.representations = {}
@classmethod