Skip to content
Snippets Groups Projects
Verified Commit 2bf7a4a7 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #11183 TIME 0:05 rm console.log

parent de1a2fa0
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ export class VisaWorkflowComponent implements OnInit {
constructor(public http: HttpClient, public signaturesService: SignaturesContentService, public authService: AuthService) { }
ngOnInit(): void {
console.log(this.visaWorkflow);
this.visaWorkflow.forEach((element: any) => {
if (element.userPicture === undefined && element.userDisplay !== '') {
this.http.get('../rest/users/' + element.userId + '/picture')
......
......@@ -22,8 +22,6 @@ export class DocumentNotePadComponent implements OnInit {
ngOnInit(): void { }
initPad() {
console.log(this.signaturesService.workingAreaHeight);
console.log(this.signaturesService.workingAreaWidth);
setTimeout(() => {
($('#myCanvas') as any).sign({
mode: this.authService.user.preferences.writingMode, // direct or stylus
......
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