mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
Remove debug print
This commit is contained in:
@@ -141,7 +141,7 @@ class ChangeDetectionStore:
|
||||
|
||||
def add_watch(self, url, tag):
|
||||
self.lock.acquire()
|
||||
print("Adding", url, tag)
|
||||
#print("Adding", url, tag)
|
||||
# # @todo deal with exception
|
||||
# validators.url(url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user