Remove print statement

This commit is contained in:
Matthew Honnibal 2017-06-05 13:20:41 +02:00
parent fc4204a12a
commit 5489b49203

View File

@ -43,7 +43,6 @@ cdef class Vectors:
key = self.strings.add(key)
i = self.key2i[key]
self.data[i] = vector
print("Set", i, vector)
def __iter__(self):
yield from self.data