Removed accidental log statement
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@trigger.dev/sdk": patch
|
||||
---
|
||||
|
||||
Removed accidental log statement
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user