Skip to content

Commit

Permalink
fix: remove dangling log
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Nov 18, 2022
1 parent 3c1f091 commit 6201ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telefunc/utils/getOutDirs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function getOutDirs(config: ResolvedConfig): OutDirs {
/** Appends `client/` or `server/` to `config.build.outDir` */
function determineOutDir(config: ResolvedConfig): string | null {
const outDirRoot = toPosixPath(config.build.outDir)
console.log(config.build?.outDir, config.build?.ssr)
assertPosixPath(outDirRoot)
// When using vite-plugin-ssr and SvelteKit then `config.build.outDir` is already set
if (!isOutDirRoot(outDirRoot)) {
Expand Down

0 comments on commit 6201ca0

Please sign in to comment.