Skip to content

Commit fdce569

Browse files
leJoPrasnowpeacock
authored andcommitted
chore: remove debug print (#200)
1 parent 2ac67b9 commit fdce569

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ad_miner/sources/modules/controls/graph_path_objects_to_da.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def generatePathToDa(
9898
for domain in self.domains:
9999
domain = domain[0]
100100
if len(self.users_to_domain[domain]):
101-
logger.print_debug("... from users")
102101
createGraphPage(
103102
self.arguments.cache_prefix,
104103
domain + f"_users_to_{file_variable}",
@@ -108,7 +107,6 @@ def generatePathToDa(
108107
self.requests_results,
109108
)
110109
if len(self.computers_to_domain[domain]):
111-
logger.print_debug("... from computers")
112110
createGraphPage(
113111
self.arguments.cache_prefix,
114112
domain + f"_computers_to_{file_variable}",
@@ -118,7 +116,6 @@ def generatePathToDa(
118116
self.requests_results,
119117
)
120118
if len(self.groups_to_domain[domain]):
121-
logger.print_debug("... from groups")
122119
createGraphPage(
123120
self.arguments.cache_prefix,
124121
domain + f"_groups_to_{file_variable}",

0 commit comments

Comments
 (0)