Removed Debug Message

removed softsub path mesage for debug in the settings download
This commit is contained in:
hama3254 2019-12-01 13:37:16 +01:00
parent e2e0f6463d
commit a8cc176e06
9 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll-Downloader-v3.0.zip

Binary file not shown.

View File

@ -299,7 +299,7 @@ Public Class SoftSub
If File.Exists(Pfad2) Then
Pfad2 = Main.Pfad + "\" + CR_FilenName + " " + SoftSubs2(i) + ".ass"
End If
MsgBox(Pfad2 + vbNewLine + Main.Pfad)
'MsgBox(Pfad2 + vbNewLine + Main.Pfad)
File.WriteAllText(Pfad2, str0, Encoding.UTF8)
Main.Pause(1)
Next