Skip to content

Commit

Permalink
Removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-27 committed Mar 16, 2024
1 parent 14b5f4f commit 66b6a3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packages/api/src/@core/connections/connections.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export class ConnectionsController {
`No Callback Params found for code, found ${code}`,
);

console.log("In connection controller - Mit")
this.logger.log("in connection controller - Mit")

const stateData = JSON.parse(decodeURIComponent(state));
const { projectId, linkedUserId, providerName, returnUrl } = stateData;
switch (getProviderVertical(providerName.toLowerCase())) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export class CrmConnectionsService {
zohoLocation?: string,
) {
try {
this.logger.log("callback called")
console.log("callback called")
if (!code) {
throw new NotFoundError(`no ${providerName} code found, found ${code}`);
}
Expand Down

0 comments on commit 66b6a3b

Please sign in to comment.