removed debugger
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user