1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-21 06:15:47 +02:00

Remove debug code

This commit is contained in:
chylex 2017-06-30 23:53:36 +02:00
parent 29e7ad6ce6
commit d77de3bb12

View File

@ -12,7 +12,6 @@ public static void Link(int identifier, int pid){
public static void Forget(int identifier){
PIDs.Remove(identifier);
Debug.WriteLine("rip "+identifier);
}
public static Process FindProcess(IBrowser browser){