Skip to content

Commit

Permalink
chore: remove extra commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-es authored Mar 25, 2024
1 parent b1ba25d commit 3f3fb26
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sbom_to_snyk_depgraph/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@

# globals
g={}
# g['DEPGRAPH_BASE_TEST_URL'] = "/test/dep-graph?org="
# g['DEPGRAPH_BASE_MONITOR_URL'] = "/monitor/dep-graph?org="
# g['package_source'] = "maven"
# g['dep_graph'] = DepGraph(g['package_source'], False)

DEPGRAPH_BASE_TEST_URL = "/test/dep-graph?org="
DEPGRAPH_BASE_MONITOR_URL = "/monitor/dep-graph?org="

Expand Down Expand Up @@ -272,4 +267,4 @@ def purl_to_depgraph_dep(purl: str) -> str:

# ----- app entrypoint ------
if __name__ == "__main__":
app()
app()

0 comments on commit 3f3fb26

Please sign in to comment.