Don't print auth url to console...

This commit is contained in:
flash 2022-08-30 15:51:10 +00:00
parent bfd1819798
commit ea83c8cca0
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ namespace SharpChat.Flashii {
AuthURL = GetURL(AUTH);
BansURL = GetURL(BANS);
BumpURL = GetURL(BUMP);
System.Console.WriteLine(AuthURL);
}
public static string GetBaseURL() {