Skip to content

Commit

Permalink
fw.dcp.ipc: Remove junk prints
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Martin <marcan@marcan.st>
  • Loading branch information
marcan committed Aug 14, 2021
1 parent fa3b1dd commit c2c6da3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proxyclient/m1n1/fw/dcp/ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ def methods(cls):
"unk3" / UnkBytes(0x26),
)

print(hex(PlaneInfo.sizeof()))
assert PlaneInfo.sizeof() == 0x50

IOSurface = Struct(
Expand Down Expand Up @@ -563,7 +562,6 @@ def methods(cls):
"padding" / UnkBytes(7),
)

print(hex(IOSurface.sizeof()))
assert IOSurface.sizeof() == 0x204

IOMFBColorFixedMatrix = Array(5, Array(3, ulong))
Expand Down

0 comments on commit c2c6da3

Please sign in to comment.