Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiegel95 committed Nov 11, 2024
1 parent 4d0c701 commit 11ec745
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/inference/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ boilerplate:
cat ../boilerplate/warning.txt > tsfminference/$$(basename $$f); \
cat $$f>>tsfminference/$$(basename $$f); \
done

create_prometheus_metrics_dir:
rm -rf prometheus_metrics > /dev/null 2>&1 | true
mkdir -m go+rwX prometheus_metrics
Expand Down Expand Up @@ -45,8 +45,6 @@ stop_service_image:
$(CONTAINER_BUILDER) stop tsfmserver

test_local: clone_models boilerplate start_service_local
pwd
ls -lR ../
pytest -s tests ../tests
$(MAKE) stop_service_local
$(MAKE) delete_models
Expand Down

0 comments on commit 11ec745

Please sign in to comment.