Skip to content

Commit

Permalink
remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Jan 8, 2025
1 parent f0c831b commit 8b319b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions port_ocean/core/integrations/mixins/sync_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ async def _calculate_raw(
parse_all: bool = False,
send_raw_data_examples_amount: int = 0,
) -> list[CalculationResult]:
print(f"!!!!!!! raw diff {raw_diff}")
return await asyncio.gather(
*(
self.entity_processor.parse_items(
Expand Down Expand Up @@ -259,11 +258,9 @@ async def register_raw(
)

diffs = list(diffs)
print(f"!!!!!!! {diffs}")
errors = sum(errors, [])
print(f"!!!!!!! {errors}")
misconfigured_entity_keys = list(misconfigured_entity_keys)
print(f"!!!!!!! {misconfigured_entity_keys}")


if errors:
message = f"Failed to register {len(errors)} entities. Skipping delete phase due to incomplete state"
Expand Down

0 comments on commit 8b319b4

Please sign in to comment.