Skip to content

Commit

Permalink
Merge pull request #29 from necrommunity/macnd/fix/remove-popups
Browse files Browse the repository at this point in the history
Remove message box popups
  • Loading branch information
MacND authored Sep 18, 2022
2 parents 5ce3e15 + 494e1a7 commit ee386e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MacSG/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,6 @@ Public Class frmMain
Dim splitArgs As String() = args(0).Split(New Char() {","c})
splitArgs(0) = splitArgs(0).Replace("macsg:", "")

MsgBox(splitArgs(0).ToString)
MsgBox(splitArgs(1).ToString)

'DO NOT SUBMIT rework this completely?
If splitArgs.Length > 4 Then
ReDim Preserve splitArgs(3)
Expand Down
Binary file modified Setup/Release/setup.msi
Binary file not shown.

0 comments on commit ee386e9

Please sign in to comment.