Remove useless code

This commit is contained in:
NicolasCantu 2025-05-20 17:44:22 +02:00
parent 28c151254c
commit 4b12b560e1

View File

@ -66,12 +66,10 @@ export default class Services {
}
public setProcessId(processId: string | null) {
console.log('this.processId', this.processId);
this.processId = processId;
}
public setStateId(stateId: string | null) {
console.log('this.stateId', this.stateId);
this.stateId = stateId;
}