Skip to content

Commit 724b40d

Browse files
committed
fix(test): removed test code
1 parent f237410 commit 724b40d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/actions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {AppStore} from "./app-store"
66
export class Actions {
77

88
createDispatcher(appStore:AppStore, action:(...n:any[])=>any):()=>void {
9-
console.log("here");
109
return (...n)=>appStore.dispatch(action.call(this, ...n))
1110
}
1211

0 commit comments

Comments
 (0)