Skip to content

Commit

Permalink
refs #1703 : removed debugging alert when deleting comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 7, 2014
1 parent 8685df4 commit 2545b87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interface/owner/communication/comment/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
if (alsoDeleteWithSameIP == true) {
param = param + "&targetIPs=" + targetIPs.join(",");
}
alert(param);
request.send(param);
};

Expand Down

0 comments on commit 2545b87

Please sign in to comment.