Skip to content

Commit 33cb49c

Browse files
committed
removed extra logging and 0.5.1
1 parent 4aa6511 commit 33cb49c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
2121
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
22-
<title>Graphite Writer BETA v0.5.0 | Create Text Documents Online For Free</title>
22+
<title>Graphite Writer BETA v0.5.1 | Create Text Documents Online For Free</title>
2323
</head>
2424

2525
<body>

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
created() {
5555
firebase.auth().onAuthStateChanged(user => {
5656
if (user) {
57-
console.log("loggedIn");
57+
5858
// User is signed in.
5959
this.loginText = "Logout";
6060

src/components/login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
name: "login",
2222
created() {
2323
document.title = `Graphite Writer | Login`
24-
console.log(localStorage.getItem("redirect") + " params");
24+
//console.log(localStorage.getItem("redirect") + " params");
2525
firebase
2626
.auth()
2727
.getRedirectResult()

0 commit comments

Comments
 (0)