Skip to content

Commit

Permalink
refactor(chalice): refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
tahayk committed Jul 5, 2024
1 parent 187916b commit 0ddd196
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 203 deletions.
2 changes: 1 addition & 1 deletion api/chalicelib/core/db_request_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def build_query(self, action="select", additional_clauses=None, data=None):
if additional_clauses:
query += " " + additional_clauses

logging.info(f"Query: {query}")
logging.debug(f"Query: {query}")
return query

def execute_query(self, query, data=None):
Expand Down
1 change: 1 addition & 0 deletions ee/api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,4 @@ Pipfile.lock
/orpy.py
/chalicelib/core/usability_testing/
/NOTES.md
/chalicelib/core/db_request_handler.py
202 changes: 0 additions & 202 deletions ee/api/chalicelib/core/db_request_handler.py

This file was deleted.

1 change: 1 addition & 0 deletions ee/api/clean-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ rm -rf ./schemas/schemas.py
rm -rf ./schemas/transformers_validators.py
rm -rf ./orpy.py
rm -rf ./chalicelib/core/usability_testing/
rm -rf ./chalicelib/core/db_request_handler.py

0 comments on commit 0ddd196

Please sign in to comment.