diff --git a/V4.py b/V4.py
index eb29c1c..3bf515e 100755
--- a/V4.py
+++ b/V4.py
@@ -648,8 +648,6 @@ def LogPoint(account="unknown"): #log des points sur discord
         point = search(regex1, driver.page_source)[1].replace(',', '')
         
     except Exception as e :
-        print(f"LogPoint - 1 - {e}")
-
         elem = driver.find_element(By.CSS_SELECTOR, '[title="Microsoft Rewards"]')
         elem.click()
         CustomSleep(5)