diff --git a/integrations/hubspot/src/hubspot-api/hubspot-client.ts b/integrations/hubspot/src/hubspot-api/hubspot-client.ts index 7a3e9cb1852..700baeb36d2 100644 --- a/integrations/hubspot/src/hubspot-api/hubspot-client.ts +++ b/integrations/hubspot/src/hubspot-api/hubspot-client.ts @@ -543,7 +543,6 @@ export class HubspotClient { @handleErrors('Failed to create deal') public async createDeal({ name, properties }: { name: string; properties: Record }) { const resolvedProperties = await this._resolveAndCoerceProperties({ properties, type: 'deal' }) - console.log('resolvedProperties', resolvedProperties) // TOOD: Remove const deal = await this._hsClient.crm.deals.basicApi.create({ properties: { ...resolvedProperties,