Skip to content

Commit f7b3af3

Browse files
committed
remove stale docs link
1 parent 3e19ccf commit f7b3af3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/webapp/app/entry.server.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ function logError(error: unknown, request?: Request) {
177177

178178
if (error instanceof Error && error.message.startsWith("There are locked jobs present")) {
179179
console.log("⚠️ graphile-worker migration issue detected!");
180-
console.log(
181-
"⚠️ see: https://trigger.dev/docs/documentation/guides/self-hosting/graphile-migration"
182-
);
183180
}
184181
}
185182

0 commit comments

Comments
 (0)