mirror of
https://github.com/rowtype-yoga/purescript-nextjs.git
synced 2024-11-29 04:15:14 +03:00
Remove log
This commit is contained in:
parent
2726c118c9
commit
206e7e39a2
@ -31,7 +31,6 @@ export const pushImpl = (path) => (as) => (options) => (routerInstance) => () =>
|
||||
|
||||
export function pushImplNoAs(path) {
|
||||
return (options) => (routerInstance) => () => {
|
||||
console.log("pushImplNoAs", options);
|
||||
routerInstance.push(path, undefined, options);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user