Skip to content

Commit d473b48

Browse files
committed
remove debug prints
1 parent d2cfb4c commit d473b48

File tree

2 files changed

+1
-169
lines changed

2 files changed

+1
-169
lines changed

scripts/gen_bridge_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from functools import partial
21
import re
2+
from functools import partial
33
from string import Template
44

55
from google.protobuf.descriptor import (
@@ -110,7 +110,6 @@ async def $method_name(
110110
metadata: Mapping[str, Union[str, bytes]] = {},
111111
timeout: Optional[timedelta] = None,
112112
) -> $response_type:
113-
print("sup from $method_name")
114113
return await self.client._rpc_call(
115114
rpc="$method_name",
116115
req=req,

0 commit comments

Comments
 (0)