diff --git a/oneforall/modules/search/github.py b/oneforall/modules/search/github.py index ba014f3..7d0e18b 100644 --- a/oneforall/modules/search/github.py +++ b/oneforall/modules/search/github.py @@ -80,7 +80,6 @@ class Github(Search): break soup = BeautifulSoup(resp.text, 'lxml') subdomains = self.match(self.domain, soup.text) - print(subdomains) self.subdomains = self.subdomains.union(subdomains) if not subdomains: break