Skip to content
Snippets Groups Projects
Commit 838a5bae authored by Ruben Bimberg's avatar Ruben Bimberg :computer:
Browse files

Removes unused debug statement

parent 12f00092
Branches
Tags
No related merge requests found
...@@ -139,7 +139,6 @@ export class TopicCloudAdministrationComponent implements OnInit, OnDestroy { ...@@ -139,7 +139,6 @@ export class TopicCloudAdministrationComponent implements OnInit, OnDestroy {
this.profanityFilter = this.topicCloudAdminData.profanityFilter; this.profanityFilter = this.topicCloudAdminData.profanityFilter;
this.blacklistIsActive = this.topicCloudAdminData.blacklistIsActive; this.blacklistIsActive = this.topicCloudAdminData.blacklistIsActive;
this.keywordORfulltext = KeywordOrFulltext[this.topicCloudAdminData.keywordORfulltext]; this.keywordORfulltext = KeywordOrFulltext[this.topicCloudAdminData.keywordORfulltext];
console.log(this.topicCloudAdminData);
this.wantedLabels = { this.wantedLabels = {
de: this.topicCloudAdminData.wantedLabels.de, de: this.topicCloudAdminData.wantedLabels.de,
en: this.topicCloudAdminData.wantedLabels.en en: this.topicCloudAdminData.wantedLabels.en
......
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