Skip to content

Commit

Permalink
Remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reijnders committed Mar 28, 2018
1 parent 72ca09b commit ff94c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xerte/pedit/ALOConnection.js
Expand Up @@ -49,7 +49,7 @@ var ALOConnection = function (options) {

var ALOConnectionPoint = new ALOConnection({
messageReceived: function (messageData) {
alert("Request received");
//alert("Request received");
XTTerminate();

var end = new Date();
Expand Down

0 comments on commit ff94c90

Please sign in to comment.