From 40393bd8efdb368708167d4ef491cc83f2b0c541 Mon Sep 17 00:00:00 2001
From: Ken Cooke <ken@highfidelity.io>
Date: Mon, 3 Oct 2016 22:31:43 -0700
Subject: [PATCH] remove Installer debugging code

---
 cmake/templates/NSIS.template.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in
index 5b15795443..568418afe1 100644
--- a/cmake/templates/NSIS.template.in
+++ b/cmake/templates/NSIS.template.in
@@ -611,11 +611,9 @@ Section "-Core installation"
   ${If} ${AtLeastWin8}
     Delete "$INSTDIR\audio\qtaudio_windows.dll"
     Delete "$INSTDIR\audio\qtaudio_windows.pdb"
-    MessageBox MB_OK "Detected Windows 8+" 
   ${Else}
     Delete "$INSTDIR\audio\qtaudio_wasapi.dll"
     Delete "$INSTDIR\audio\qtaudio_wasapi.pdb"
-    MessageBox MB_OK "Detected Windows 7-" 
   ${EndIf}
 
   ; Delete old desktop shortcuts before they were renamed during Sandbox rename