Skip to content

Commit

Permalink
removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
r.tschu authored and sevenseas-gists committed Oct 15, 2019
1 parent 834a8bc commit ef1e972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion amd/build/invite_manager.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion amd/src/invite_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ define(['core/str', 'core/notification', 'core/url', 'jquery'], function (str, n
}
};
var s = url.relativeUrl("/blocks/evasys_sync/invite.php", dates, true);
notification.alert(s.valueOf());
xhttp.open("GET", s);
xhttp.send();
};
Expand Down

0 comments on commit ef1e972

Please sign in to comment.