Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 17, 2024
1 parent bf1a2e2 commit 6693cb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ogc/bblocks/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@
# 4. Push to triplestore
sparql_gsp = sparql_conf.get('push')
if sparql_gsp:
print(os.environ.items())
if os.environ.get('SPARQL_USERNAME'):
auth = (os.environ['SPARQL_USERNAME'], os.environ.get('SPARQL_PASSWORD'))
print(f"Pushing {register_ttl_fn} to SPARQL GSP at {sparql_gsp} (user {auth[0]})", file=sys.stderr)
Expand Down

0 comments on commit 6693cb8

Please sign in to comment.