Skip to content
Snippets Groups Projects
Commit 08c2a1e9 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

rm console.log

parent 5d1e73ae
No related branches found
No related tags found
No related merge requests found
......@@ -213,8 +213,6 @@ export class IssuingSiteComponent implements OnInit {
objToSubmit['entities'] = this.maarchTree.getSelectedNodes().map((ent: any) => ent.id);
console.log(objToSubmit);
if (this.creationMode) {
this.http.post('../rest/registeredMail/sites', objToSubmit)
.subscribe(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment