2
0

removed logs

This commit is contained in:
2018-08-06 17:14:11 +02:00
parent 40df45ae0e
commit 759af7acf9

View File

@@ -68,9 +68,7 @@ export class GraphsComponent implements OnChanges {
}
public prepareGuillocheExport(guillocheElement) {
const item = this.genLoadedAllGraphs.next().value;
console.log(item);
if (item) {
if (this.genLoadedAllGraphs.next().value) {
this.svgChange.emit(this.svgElementRef);
}
}