mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 08:14:16 +02:00
removing profiling code
This commit is contained in:
@@ -296,7 +296,6 @@ class GenericApplicationManager(ApplicationManager):
|
||||
suggestions.extend(man.list_suggestions(6))
|
||||
|
||||
def list_suggestions(self, limit: int) -> List[Application]:
|
||||
ti = time.time()
|
||||
if self.managers:
|
||||
suggestions, threads = [], []
|
||||
for man in self.managers:
|
||||
@@ -307,6 +306,4 @@ class GenericApplicationManager(ApplicationManager):
|
||||
for t in threads:
|
||||
t.join()
|
||||
|
||||
tf = time.time() - ti
|
||||
print(tf)
|
||||
return suggestions
|
||||
|
||||
Reference in New Issue
Block a user