Skip to content

Commit

Permalink
removes print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 16, 2023
1 parent 7e7e9dc commit c3cc759
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/agoradatatools/gx.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ def __init__(
self.upload_folder = upload_folder
self.gx_project_dir = self._get_data_context_location()

print("-------------------------------------")
print(self.gx_project_dir)
print("-------------------------------------")

self.context = gx.get_context(project_root_dir=self.gx_project_dir)
self.validations_path = os.path.join(
self.gx_project_dir, "gx/uncommitted/data_docs/local_site/validations"
Expand Down

0 comments on commit c3cc759

Please sign in to comment.