Skip to content

Commit e956e34

Browse files
committed
chore: remove debug code
Signed-off-by: ImMin5 <[email protected]>
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

-1
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)