mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 02:55:43 +00:00
Remove debug print
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user