Carsten Porth hace 5 años
padre
commit
0e30af5f09
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();