Remove debug print

This commit is contained in:
Leigh Morresi
2021-02-04 12:55:13 +01:00
parent 5e31ae86d0
commit b9f73a6240

View File

@@ -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)