Removing debug
This commit is contained in:
@ -201,7 +201,6 @@ export function runProcess(key,data = {}){
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function cancelProcess(key){
|
export function cancelProcess(key){
|
||||||
console.log('cancel process',key)
|
|
||||||
return {
|
return {
|
||||||
type: 'CANCEL_PROCESS',
|
type: 'CANCEL_PROCESS',
|
||||||
key: key
|
key: key
|
||||||
|
|||||||
Reference in New Issue
Block a user