remove debug statement
parent
5f50cd2231
commit
a2690994ae
|
@ -42,7 +42,6 @@ def main():
|
||||||
def do_sources_pages(i, id, conn):
|
def do_sources_pages(i, id, conn):
|
||||||
if 'source' not in i:
|
if 'source' not in i:
|
||||||
return
|
return
|
||||||
print(i)
|
|
||||||
|
|
||||||
res = ''
|
res = ''
|
||||||
source_id = 0
|
source_id = 0
|
||||||
|
|
Loading…
Reference in New Issue