Skip to content

Commit f81781f

Browse files
committed
remove console.log
1 parent 2bf5ba4 commit f81781f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/changelog/has-content-changes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ try {
99
}
1010

1111
async function checkChanges() {
12-
const {hash, changelogs} = await getChangelogsUncached();
13-
console.log({changelogs});
12+
const {hash} = await getChangelogsUncached();
1413
// extract the hash from the body tag of the live site
1514
// example: <body data-content-hash="055114ed2b57063a941b3433ea44074b53e795891fe603cc87cf24b96b32f3bd">
1615
const prodHash = await fetch('https://sentry.io/changelog/')

0 commit comments

Comments
 (0)