1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-10 11:04:38 +02:00

remove console and fix avatar img

This commit is contained in:
Kushagra Gour
2018-01-10 03:30:20 +05:30
parent 4a37aa7305
commit e492413dcf
5 changed files with 16 additions and 18 deletions

View File

@@ -50,7 +50,7 @@
.then(function() {
// Initialize Cloud Firestore through firebase
db = firebase.firestore();
console.log('firebase db ready', db);
utils.log('firebase db ready', db);
resolve(db);
})
.catch(function(err) {