Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
geohacker committed Jun 26, 2019
1 parent 703e83c commit b4f9fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ml_enabler/services/prediction_service.py
Expand Up @@ -81,7 +81,6 @@ def get_all_by_model(model_id: int):
:raises PredictionsNotFound
"""
predictions = Prediction.get_predictions_by_model(model_id)
print(predictions)
prediction_dtos = []
for prediction in predictions:
print(prediction)
Expand Down

0 comments on commit b4f9fc7

Please sign in to comment.