Skip to content
Snippets Groups Projects
Commit 205c8c64 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Delete unnecessary log message

parent a7771e22
No related branches found
No related tags found
No related merge requests found
Pipeline #26820 passed with warnings
...@@ -139,9 +139,6 @@ export default class DBPSignatureLitElement extends DBPSignatureBaseLitElement { ...@@ -139,9 +139,6 @@ export default class DBPSignatureLitElement extends DBPSignatureBaseLitElement {
this._(viewTag).setAttribute('key', key); this._(viewTag).setAttribute('key', key);
this._(viewTag).setAnnotationRows(this.queuedFilesAnnotations[key]); this._(viewTag).setAnnotationRows(this.queuedFilesAnnotations[key]);
console.log('in show: ', this.queuedFilesAnnotations[key]);
console.log('key: ', key);
this.isAnnotationViewVisible = true; this.isAnnotationViewVisible = true;
this.enableAnnotationsForKey(key); this.enableAnnotationsForKey(key);
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment