Skip to content
Snippets Groups Projects
Commit 143d6a99 authored by Stefan Plociennik's avatar Stefan Plociennik
Browse files

removed unnecessary console.log

parent 6e46c9e7
Branches
Tags
No related merge requests found
......@@ -176,7 +176,6 @@ export class TopicCloudDialogComponent implements OnInit {
});
confirmDialogRef.afterClosed().subscribe(result => {
console.log(`dialog result: ${result}`);
if (result == true) {
this.deleteKeyword(keyword.keywordID);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment