Skip to content
Snippets Groups Projects
Commit 0bea5b0a authored by AndiMajore's avatar AndiMajore
Browse files

cleanup

parent aa50e6a6
Branches
No related tags found
No related merge requests found
...@@ -177,7 +177,6 @@ export class AnalysisPanelComponent implements OnInit, OnChanges, AfterViewInit ...@@ -177,7 +177,6 @@ export class AnalysisPanelComponent implements OnInit, OnChanges, AfterViewInit
if (this.task && this.task.info.done) { if (this.task && this.task.info.done) {
this.result = await this.netex.getTaskResult(this.token); this.result = await this.netex.getTaskResult(this.token);
console.log(this.result)
const nodeAttributes = this.result.nodeAttributes || {}; const nodeAttributes = this.result.nodeAttributes || {};
this.networkHandler.activeNetwork.seedMap = nodeAttributes.isSeed || {}; this.networkHandler.activeNetwork.seedMap = nodeAttributes.isSeed || {};
......
...@@ -258,7 +258,6 @@ export class AnalysisService { ...@@ -258,7 +258,6 @@ export class AnalysisService {
} }
async startAnalysis(algorithm, target: 'drug' | 'drug-target', parameters) { async startAnalysis(algorithm, target: 'drug' | 'drug-target', parameters) {
console.log(parameters)
if (!this.canLaunchTask()) { if (!this.canLaunchTask()) {
toast({ toast({
message: `You can only run ${MAX_TASKS} tasks at once. Please wait for one of them to finish or delete it from the task list.`, message: `You can only run ${MAX_TASKS} tasks at once. Please wait for one of them to finish or delete it from the task list.`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment