Skip to content

Commit

Permalink
removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeBuilds committed Nov 9, 2019
1 parent 0934b1d commit 7649af1
Show file tree
Hide file tree
Showing 29 changed files with 481 additions and 290 deletions.
151 changes: 134 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"email-validator": "^2.0.4",
"firebase": "^7.1.0",
"graphql-request": "^1.8.2",
"lino-js": "^1.1.1",
"localforage": "^1.7.3",
"moment": "^2.24.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-icons": "^3.8.0",
Expand Down
5 changes: 0 additions & 5 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const rxEventHandler = new BehaviorSubject({ name: 'start', data: {} });
*/
function createWindow(): void {
// Create the browser window.
console.log(path.join(__dirname, '.icon-ico/icon.ico'));
mainWindow = new BrowserWindow({
height: 600,
width: 800,
Expand Down Expand Up @@ -101,9 +100,7 @@ function createWindow(): void {
return;
}
if (nUrl.startsWith('http://localhost')) {
// console.log('URL STARTS WITH THIS');
const auth = nUrl.split('?auth=')[1];
// console.log('GOT AUTH', url.split('?=auth='));
if (!auth) {
loginWindow.close();
oauthWindowStart(ifStreamer);
Expand All @@ -123,9 +120,7 @@ function createWindow(): void {
return;
}
if (mUrl.startsWith('http://localhost')) {
// console.log('URL STARTS WITH THIS');
const auth = mUrl.split('?auth=')[1];
// console.log('GOT AUTH', url.split('?=auth='));
if (!auth) {
loginWindow.close();
oauthWindowStart(ifStreamer);
Expand Down
Loading

0 comments on commit 7649af1

Please sign in to comment.