Skip to content

Commit 07d6b1b

Browse files
committed
remove console.log
1 parent 8df02d1 commit 07d6b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/linear_app/sources/common/webhook.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
db: "$.service.db",
2626
},
2727
async additionalProps() {
28-
const props = {}; console.log(await this.isAdmin());
28+
const props = {};
2929
if (!(await this.isAdmin())) {
3030
props.alert = {
3131
type: "alert",

0 commit comments

Comments
 (0)