Remove useless code
This commit is contained in:
parent
28c151254c
commit
4b12b560e1
@ -66,12 +66,10 @@ export default class Services {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public setProcessId(processId: string | null) {
|
public setProcessId(processId: string | null) {
|
||||||
console.log('this.processId', this.processId);
|
|
||||||
this.processId = processId;
|
this.processId = processId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public setStateId(stateId: string | null) {
|
public setStateId(stateId: string | null) {
|
||||||
console.log('this.stateId', this.stateId);
|
|
||||||
this.stateId = stateId;
|
this.stateId = stateId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user