Skip to content

Commit

Permalink
remove log comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Jun 10, 2023
1 parent 76889c9 commit f1faf84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugin-prisma/src/util/map-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ function resolveIndirectIncludePaths(
) {
for (const includePath of includePaths) {
if (pathPrefix.length > 0) {
// console.log(includePath, new Error().stack);
resolveIndirectInclude(type, info, selection, [...pathPrefix, ...includePath], path, resolve);
} else {
resolveIndirectInclude(type, info, selection, includePath, path, resolve);
Expand Down

1 comment on commit f1faf84

@vercel
Copy link

@vercel vercel bot commented on f1faf84 Jun 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.