Commit e9cb1d7f067ee9237d1302f575b50a611b7a03e6
1 parent
2c84db0c7b
Exists in
master
remove print
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
insight/url.py
View file @
e9cb1d7
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | |
18 | 18 | link = link.replace('\n'," ").replace('\r'," ").replace('\'',"") |
19 | 19 | |
20 | - print link | |
20 | + # print link | |
21 | 21 | |
22 | 22 | if len(link) < 5: |
23 | 23 | continue |
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | }) |
34 | 34 | |
35 | 35 | elif self.isrpiki(link) : |
36 | - print link | |
36 | + # print link | |
37 | 37 | data.append({ |
38 | 38 | 'bitly_url' : "", |
39 | 39 | 'origin_url': str(link), |