Skip to content

Commit 4326e88

Browse files
committed
remove debug log
1 parent e0e1bef commit 4326e88

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/src/controllers/slack.controllers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import SlackServices from '../services/slack.services';
55
export default class SlackController {
66
static async processMessageEvent(event: any) {
77
try {
8-
console.log('got an event');
98
const organizations = await OrganizationsService.getAllOrganizations();
109
const nerSlackWorkspaceId = await getWorkspaceId();
1110
const relatedOrganization = organizations.find((org) => org.slackWorkspaceId === nerSlackWorkspaceId);

0 commit comments

Comments
 (0)