remove unused code

This commit is contained in:
Kovid Goyal 2019-04-03 14:36:03 +05:30
parent fa52a609be
commit 69ecc8eb9f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,8 +0,0 @@
from __future__ import print_function
import gc, usbobserver
a = None
print(len(gc.get_objects()))
usbobserver.get_devices()
gc.collect()
print(len(gc.get_objects()))