Skip to content

Commit

Permalink
chore: remove un-used code
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 26, 2024
1 parent 0f8d99f commit 8facb02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/kcl_lib/api/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ def call(self, name: str, args):
"""Call KCL API with the API name and argument protobuf bytes."""
# Serialize arguments using pickle or json
args_serialized = args.SerializeToString()
print("sad:", name, name.encode("utf-8"), args_serialized)
# Call the service function and get the result
result = bytes(
kcl_lib.call_with_plugin_agent(
Expand Down

0 comments on commit 8facb02

Please sign in to comment.