Removed debug logs & bump to version 0.9.0

This commit is contained in:
WebFreak001 2016-07-02 23:39:00 +02:00
commit 81f8e6fcf1
3 changed files with 2 additions and 4 deletions

View file

@ -40,7 +40,7 @@ class MagoDebugSession extends MI2DebugSession {
}
protected launchRequest(response: DebugProtocol.LaunchResponse, args: LaunchRequestArguments): void {
this.miDebugger = new MI2_Mago(args.magomipath || "mago-mi", []);
this.miDebugger = new MI2_Mago(args.magomipath || "mago-mi", ["-q"]);
this.initDebugger();
this.quit = false;
this.attached = false;