Skip to content

Commit

Permalink
chore: modify debug code
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Apr 12, 2024
1 parent 4c596e2 commit d316312
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/spaceone/identity/service/job_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def _create_workspace(
)

_LOGGER.debug(
f"[_create_workspace] {name} 'domain_id': {domain_id}, 'reference_id': {reference_id} 'tags': {tags}, 'is_managed' :True count: {len(workspace_vos)}"
f"[_create_workspace] {name} 'domain_id': {domain_id}, count: {len(workspace_vos)}"
)

params = {"trusted_account_id": trusted_account_id, "is_managed": True}
Expand All @@ -506,9 +506,7 @@ def _create_workspace(
params.update(
{
"name": name,
"is_managed": True,
"tags": self._set_workspace_theme(),
"reference_id": reference_id,
"domain_id": domain_id,
"last_synced_at": datetime.utcnow(),
}
Expand Down

0 comments on commit d316312

Please sign in to comment.