Skip to content

Commit

Permalink
Cleanup from last commit - #875.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Jan 13, 2025
1 parent 718bf1e commit 49853cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workbench_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8976,7 +8976,6 @@ def create_children_from_directory(config, parent_csv_record, parent_node_id):
config, "POST", node_endpoint, node_headers, node_json, None
)
if node_response.status_code == 201:
print("DEBUG headers", node_response.headers["location"])
node_uri = node_response.headers["location"]
print('+ Node for child "' + page_title + '" created at ' + node_uri + ".")
logging.info('Node for child "%s" created at %s.', page_title, node_uri)
Expand Down

0 comments on commit 49853cb

Please sign in to comment.