Skip to content

Commit

Permalink
Update Error.js
Browse files Browse the repository at this point in the history
Remove debug output
  • Loading branch information
zaucker authored Jan 14, 2025
1 parent 895becc commit 0b7d7c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/source/class/agrammon/ui/dialog/Error.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ qx.Class.define('agrammon.ui.dialog.Error', {

qx.event.message.Bus.subscribe('error', function(m) {
var data = m.getData();
console.log('error(): data=', data);
that.setCaption(data[0]);
error.setLabel(qx.locale.Manager.tr(data[1]));
if (data[2] == 'info') {
Expand Down

0 comments on commit 0b7d7c5

Please sign in to comment.