Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e956e34

Browse files
committed
chore: remove debug code
Signed-off-by: ImMin5 <mino@megazone.com>
1 parent d82d5c5 commit e956e34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/spaceone/core/service/__init__.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def _pipeline(
271271

272272
def _get_response_size(response_or_iterator: Any) -> int:
273273
try:
274-
print(type(response_or_iterator))
275274
if isinstance(response_or_iterator, dict):
276275
response_size = len(json.dumps(response_or_iterator, ensure_ascii=False))
277276
elif isinstance(response_or_iterator, (bytes, bytearray)):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /