drivers/sdcard: Remove debugging print statement in ioctl method.
This commit is contained in:
parent
56f275c0a2
commit
40a7e8c472
|
@ -274,6 +274,5 @@ class SDCard:
|
|||
self.write_token(_TOKEN_STOP_TRAN)
|
||||
|
||||
def ioctl(self, op, arg):
|
||||
print('ioctl', op, arg)
|
||||
if op == 4: # get number of blocks
|
||||
return self.sectors
|
||||
|
|
Loading…
Reference in New Issue