Skip to content

Commit

Permalink
Remove debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
José Redrejo committed Jan 12, 2024
1 parent fdee3fc commit 29934a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/installer-source/KolibriSetupScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ begin
begin
PythonVersion := '3.' + IntToStr(Version);
// This checks for Python 3.x installed for all users
// to be removed , used for debugging
if RegKeyExists(GetHKLM, 'SOFTWARE\Python\PythonCore\' + PythonVersion + '\InstallPath' ) then
begin
PythonExists := True;
Expand Down Expand Up @@ -553,8 +552,6 @@ begin
isWindowsInstall := true;
if GetPythonPathFromRegistry() = '' then
begin
// to be removed, used for debugging:
MsgBox('what the hell - ' + GetPythonPathFromRegistry(), mbInformation, mb_Ok);
HandlePythonSetup();
end;
if CurPageID = wpSelectTasks then
Expand Down

0 comments on commit 29934a5

Please sign in to comment.