diff --git a/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 b/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1
index 256aaf6a22c19aecc26e2be36b3233d7371da6d3..935100dc2916245e6615887f04909ad2ec618238 100644
--- a/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1
+++ b/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1
@@ -10,7 +10,6 @@ if ($($env:AIDGE_DEPENDENCIES -split " ").Length -eq 0) {
         Write-Host "Retrieving : $dep"
         $curr_loc=$(Get-Location)
         Set-Location ../$dep
-        Write-Host "YYEETEEEEEEEEEEEEt"
         Get-Location 
         Get-ChildItem .
         New-Item -Path ".\build" -ItemType Directory -Force | Out-Null
@@ -18,4 +17,4 @@ if ($($env:AIDGE_DEPENDENCIES -split " ").Length -eq 0) {
         python -m pip install . -v
         Set-Location $curr_loc
     }
-}
\ No newline at end of file
+}