mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
m1n1.constructutils: Don't spam
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
97e27d8a11
commit
c602bfd72e
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ class ConstructClass(ConstructClassBase, Container):
|
|||
if key in self._off:
|
||||
offv, sizeof = self._off[key]
|
||||
if offv == -1:
|
||||
print(key, offv, sizeof)
|
||||
# print(key, offv, sizeof)
|
||||
continue
|
||||
if key in ignore or key.startswith('_'):
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue