aboutsummaryrefslogtreecommitdiff
path: root/src/windows/predict.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/predict.py')
-rw-r--r--src/windows/predict.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/windows/predict.py b/src/windows/predict.py
index 0783d14..f1dc37f 100644
--- a/src/windows/predict.py
+++ b/src/windows/predict.py
@@ -127,7 +127,6 @@ class Predict(customtkinter.CTkToplevel):
ups_bias = ups_best_time / ups
- print(ups, ups_bias)
num_comments_bias = num_comments_best_time / num_comments
ups = ups * ups_bias