Skip to content

Commit

Permalink
Disable debugging MessageBox's
Browse files Browse the repository at this point in the history
Change-Id: Ib86920e73caab27903ae804187fd4d4617bcbd3d
Reviewed-on: https://gerrit.franz.com:9080/7970
Reviewed-by: Kevin Layer <layer@franz.com>
Tested-by: Kevin Layer <layer@franz.com>
  • Loading branch information
dklayer committed Jul 7, 2017
1 parent 2b03f84 commit 83eb49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nfs.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ checkType:

checkmultisz:
StrCmp $2 0 0 multiszalloc
MessageBox MB_OK "DEBUG: Registry value empty! ($3)"
;MessageBox MB_OK "DEBUG: Registry value empty! ($3)"
Goto installGreenLight

multiszalloc:
Expand Down Expand Up @@ -421,7 +421,7 @@ multiszprocess:
; even if we did, we don't know what they used *last* time, or if any
; of the files we'll see were due to Allegro NFS. For this reason,
; just look for the string "nfs" and "allegro", both case insensitively.
MessageBox MB_OK "DEBUG: filename: $3"
;MessageBox MB_OK "DEBUG: filename: $3"

; args: "ResultVar" "String" "SubString" "StartPoint"
; "StartPoint" of ">" means "start of string"
Expand Down

0 comments on commit 83eb49f

Please sign in to comment.