remove print

This commit is contained in:
George Hotz
2021-01-02 12:53:30 -08:00
parent 895d142503
commit ac229ea750

View File

@@ -50,7 +50,7 @@ def my_unpickle(fb0):
class MyPickle(pickle.Unpickler):
def find_class(self, module, name):
print(module, name)
#print(module, name)
if name == 'FloatStorage':
return np.float32
if name == 'LongStorage':