Browse Source

remove logging

Carsten Porth 5 years ago
parent
commit
59f9d124cc
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/src/providers/auth/auth.ts

+ 1 - 3
app/src/providers/auth/auth.ts

@@ -13,9 +13,7 @@ export class AuthProvider {
     private storage: Storage,
     private twitter: TwitterApiProvider
   ) {
-    console.log("Hello AuthProvider Provider");
-
-    var config = {
+    const config = {
       apiKey: "AIzaSyCMYjjtPPZak7wBBnh9sy8Yr3Fz1145MuM",
       authDomain: "hybridosn.firebaseapp.com",
       databaseURL: "https://hybridosn.firebaseio.com",