Removed accidental log statement

This commit is contained in:
Eric Allam
2023-02-27 14:03:15 +00:00
parent 313b7163e8
commit c72120eab0
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@trigger.dev/sdk": patch
---
Removed accidental log statement
-2
View File
@@ -742,8 +742,6 @@ export class TriggerClient<TSchema extends z.ZodTypeAny> {
triggerTTL: this.#options.triggerTTL,
});
console.log(response);
if (!response) {
throw new Error("Could not initialize workflow with server");
}