removed debugger

This commit is contained in:
CHIEFSOFT\ameye
2024-08-21 06:42:20 -04:00
parent a9246f3eb2
commit 826a1536dd
+1 -1
View File
@@ -38,7 +38,7 @@ export class JobactivePage implements OnInit {
if ( this.jobData == undefined){
this.onBack();
}
debugger;
// debugger;
this.socket_room = `${this.jobData.contract}-${this.jobData.contract_uid}`;
this.socketToolsService.joinSocketRoom(this.socket_room );
}