Skip to content

Commit

Permalink
Removed debug alert against environment setting (reference #449)
Browse files Browse the repository at this point in the history
  • Loading branch information
rat-moonshine committed Mar 22, 2019
1 parent 496db5f commit d34ae53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ package actionScripts.utils
{
if (customProcess)
{
var output:IDataInput = customProcess.standardError;
/*var output:IDataInput = customProcess.standardError;
var data:String = output.readUTFBytes(output.bytesAvailable).toLowerCase();
Alert.show("Local environment setup failed[2]!\n"+ data);
Alert.show("Local environment setup failed[2]!\n"+ data);*/
startShell(false);
}
}
Expand Down

0 comments on commit d34ae53

Please sign in to comment.