diff --git a/app/TaskFlow/frmMain.vb b/app/TaskFlow/frmMain.vb index 2b66c02..b8075fd 100644 --- a/app/TaskFlow/frmMain.vb +++ b/app/TaskFlow/frmMain.vb @@ -3299,7 +3299,6 @@ FROM VWPM_PROFILE_ACTIVE T WHERE T.GUID IN (SELECT PROFILE_ID FROM [dbo].[FNPM_G End Sub Private Sub tsslblDEBUG_LOG_MouseHover(sender As Object, e As EventArgs) MsgBox("UserDebugMode is activated remotely. Debugdata will be transferred to database and will be deleted after 10 days!!", MsgBoxStyle.Information, ADDITIONAL_TITLE) - End Sub Private Sub frmMain_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing