removed logs
This commit is contained in:
@@ -68,9 +68,7 @@ export class GraphsComponent implements OnChanges {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public prepareGuillocheExport(guillocheElement) {
|
public prepareGuillocheExport(guillocheElement) {
|
||||||
const item = this.genLoadedAllGraphs.next().value;
|
if (this.genLoadedAllGraphs.next().value) {
|
||||||
console.log(item);
|
|
||||||
if (item) {
|
|
||||||
this.svgChange.emit(this.svgElementRef);
|
this.svgChange.emit(this.svgElementRef);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user