mixpanel / mixpanel-php

Other
139 stars 72 forks source link

dd() making the package non-usable #37

Closed ghost closed 7 years ago

ghost commented 7 years ago

There is a dump('proof') and a dd('stop') in the enqueue function which begins in MixpanelBaseProducer.php file, line 185 and it blocks the track() method

edit: Sorry I might have used a modified repo from a coworker without knowing it, there is no issue with this.