Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed May 24, 2023
1 parent 0112ea1 commit 0d7120c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytekit/remote/remote.py
Original file line number Diff line number Diff line change
@@ -240,7 +240,6 @@ def get(
data_response = self.client.get_data(flyte_uri)

if data_response.HasField("literal_map"):
remote_logger.debug(f"Received a literal map, returning as resolver")
lm = LiteralMap.from_flyte_idl(data_response.literal_map)
return LiteralsResolver(lm.literals)
elif data_response.HasField("literal"):

0 comments on commit 0d7120c

Please sign in to comment.