Skip to content

Commit f3ad1b5

Browse files
Shanon LeeShanon Lee
authored andcommitted
Remove a few comments
1 parent 6193bba commit f3ad1b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/slack_login/SlackLoginWindow.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ import localforage from "localforage";
9494
// import { shell, ipcRenderer } from "electron";
9595
const { ipcRenderer, shell } = window;
9696
97-
9897
export default {
9998
name: "SlackLoginWindow",
10099
data() {
@@ -145,7 +144,6 @@ export default {
145144
// console.log(redirectUri.slice(1, redirectUri.length - 1))
146145
const trimmedUri = redirectUri.slice(1, redirectUri.length - 1);
147146
const trimmedClientId = clientId.slice(1, clientId.length - 1);
148-
console.log(`${slackBaseUrl}?scope=${scope}&redirect_uri=${trimmedUri}&client_id=${trimmedClientId}`)
149147
150148
// console.log("clicked");
151149
// **************** ok

0 commit comments

Comments
 (0)