Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jul 11, 2024
1 parent 9ad2ed3 commit 7e889ae
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def __init__(self, config: GrafanaSourceConfig, ctx: PipelineContext):
@classmethod
def create(cls, config_dict, ctx):
config = GrafanaSourceConfig.parse_obj(config_dict)
# TODO remove
print(config)
return cls(config, ctx)

def get_workunit_processors(self) -> List[Optional[MetadataWorkUnitProcessor]]:
Expand Down

0 comments on commit 7e889ae

Please sign in to comment.