Remove debug print

pull/11/head
Leigh Morresi 4 years ago
parent 5e31ae86d0
commit b9f73a6240

@ -141,7 +141,7 @@ class ChangeDetectionStore:
def add_watch(self, url, tag): def add_watch(self, url, tag):
self.lock.acquire() self.lock.acquire()
print("Adding", url, tag) #print("Adding", url, tag)
# # @todo deal with exception # # @todo deal with exception
# validators.url(url) # validators.url(url)

Loading…
Cancel
Save