Skip to content

Commit

Permalink
remove logline
Browse files Browse the repository at this point in the history
  • Loading branch information
kgerxhi committed Feb 20, 2025
1 parent 5adc969 commit 7b16a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_mixpanel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main():
config = parsed_args.config
client.__api_domain = api_domain
properties_flag = config.get("select_properties_by_default")
LOGGER.info("On test branch hi")

if parsed_args.discover:
do_discover(client, properties_flag)
else:
Expand Down

0 comments on commit 7b16a06

Please sign in to comment.