diff --git a/src/@ionic-native/plugins/mixpanel/index.ts b/src/@ionic-native/plugins/mixpanel/index.ts index 49d0bce8..63a60855 100644 --- a/src/@ionic-native/plugins/mixpanel/index.ts +++ b/src/@ionic-native/plugins/mixpanel/index.ts @@ -10,7 +10,7 @@ declare var mixpanel: any; * * @usage * ```typescript - * import { Mixpanel, MixpanelPeople } from '@ionic-native/mixpanel'; + * import { Mixpanel } from '@ionic-native/mixpanel'; * * constructor(private mixpanel: Mixpanel, private mixpanelPeople: MixpanelPeople) { } * @@ -98,13 +98,6 @@ export class Mixpanel extends IonicNativePlugin { }) track(eventName: string, eventProperties?: any): Promise { return; } - /** - * - * @returns {Promise} - */ - @Cordova() - showSurvey(): Promise { return; } - } /** * @hidden