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

cleanup

parent aa50e6a6
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,6 @@ export class AnalysisPanelComponent implements OnInit, OnChanges, AfterViewInit
if (this.task && this.task.info.done) {
this.result = await this.netex.getTaskResult(this.token);
console.log(this.result)
const nodeAttributes = this.result.nodeAttributes || {};
this.networkHandler.activeNetwork.seedMap = nodeAttributes.isSeed || {};
......
......@@ -258,7 +258,6 @@ export class AnalysisService {
}
async startAnalysis(algorithm, target: 'drug' | 'drug-target', parameters) {
console.log(parameters)
if (!this.canLaunchTask()) {
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.`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment