Don't print auth url to console...
This commit is contained in:
parent
bfd1819798
commit
ea83c8cca0
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ namespace SharpChat.Flashii {
|
||||||
AuthURL = GetURL(AUTH);
|
AuthURL = GetURL(AUTH);
|
||||||
BansURL = GetURL(BANS);
|
BansURL = GetURL(BANS);
|
||||||
BumpURL = GetURL(BUMP);
|
BumpURL = GetURL(BUMP);
|
||||||
System.Console.WriteLine(AuthURL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string GetBaseURL() {
|
public static string GetBaseURL() {
|
||||||
|
|
Loading…
Reference in a new issue