Carsten Porth il y a 5 ans
Parent
commit
0e30af5f09
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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();