Skip to content

Commit 309d341

Browse files
Removed unused console.logs
Signed-off-by: Pascal Wilbrink <[email protected]>
1 parent 3385dba commit 309d341

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compas/CompasNsdoc.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ async function processNsdocFile(
3434
await CompasNSDocFileService()
3535
.getNsdocFile(id)
3636
.then(document => {
37-
console.log('document: ', document);
3837
const nsdocContent =
3938
document.querySelectorAll('NsdocFile').item(0).textContent ?? '';
4039
component.dispatchEvent(newLoadNsdocEvent(nsdocContent, filename));
@@ -69,7 +68,6 @@ export async function loadNsdocFiles(component: Element): Promise<void> {
6968
);
7069
})
7170
.catch(reason => {
72-
console.log('reason: ', reason);
7371
createLogEvent(component, reason);
7472
});
7573
}

0 commit comments

Comments
 (0)