Skip to content

Commit c81d833

Browse files
committed
fix: removed testing console.logs
1 parent 452aff8 commit c81d833

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ class CoCreateServerSideRender {
5555
},
5656
organization_id
5757
});
58-
if (record && record.document && record.document[0]) {
58+
if (record && record.document && record.document[0])
5959
record = record.document[0]
60-
console.log('server-side-render record found')
61-
62-
}
60+
6361
dbCache.set(cacheKey, record)
6462
}
6563

0 commit comments

Comments
 (0)