Skip to content
Snippets Groups Projects
Commit 2cd6e23b authored by Gonzalo Fabian Cameto Hernandez's avatar Gonzalo Fabian Cameto Hernandez
Browse files

Fix, elimino linea debugger

parent e1686611
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,6 @@ export class GHCIService { ...@@ -214,7 +214,6 @@ export class GHCIService {
var warningText = m.resultado.split("OUTAdvertencia:")[1].trim(); var warningText = m.resultado.split("OUTAdvertencia:")[1].trim();
this.warningStepReaded = 1; this.warningStepReaded = 1;
this.warningText = warningText; this.warningText = warningText;
debugger;
if(this.waitingForWarning){ if(this.waitingForWarning){
this.outputConsole('El programa contiene advertencias\n'); this.outputConsole('El programa contiene advertencias\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment