mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-28 17:34:06 +02:00
Remove Log method from the bridge object
This commit is contained in:
parent
cea72801a7
commit
6b7b690476
@ -148,13 +148,9 @@ public void Alert(string type, string contents){
|
|||||||
|
|
||||||
public void CrashDebug(string message){
|
public void CrashDebug(string message){
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
Log(message);
|
System.Diagnostics.Debug.WriteLine(message);
|
||||||
System.Diagnostics.Debugger.Break();
|
System.Diagnostics.Debugger.Break();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Log(string data){
|
|
||||||
System.Diagnostics.Debug.WriteLine(data);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user