Skip to content
Snippets Groups Projects
Commit d03d8f1b authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #15729 TIME 0:05 remove debug info

parent 5afcfa01
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
</ion-buttons> </ion-buttons>
<span class="signUserName">{{getUserName(sign.sequence)}}</span> <span class="signUserName">{{getUserName(sign.sequence)}}</span>
{{'lang.signature' | translate | uppercase}} {{'lang.signature' | translate | uppercase}}
<p>x = {{sign.position.positionX}}, y = {{sign.position.positionY}}</p>
</div> </div>
</ng-container> </ng-container>
<ion-img class="img-content" [src]="imgContent" (ionImgDidLoad)="imageLoaded($event)"></ion-img> <ion-img class="img-content" [src]="imgContent" (ionImgDidLoad)="imageLoaded($event)"></ion-img>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment