Browse Source

remove log

Carsten Porth 5 years ago
parent
commit
0e30af5f09
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/src/components/tweet-actions/tweet-actions.ts

+ 0 - 1
app/src/components/tweet-actions/tweet-actions.ts

@@ -50,7 +50,6 @@ export class TweetActionsComponent {
 
   addPrivateLike(id: string) {
     this.vibration.vibrate([100, 50, 100]);
-    console.log(id);
     this.gun.addLike(id).then(() => {
       this.privateFavoriteCount++;
       this.ref.detectChanges();