Skip to content

[6.0.0] Unwanted "print" in ForexDataClient #7

@MichalMES

Description

@MichalMES

Hello,

Our company just met an issue with your newest v6.0.0 library.
There is a redundant print used in getQuotes() method. This resulted in malformed API response in our application. (debugging-relic perhaps?)

print("Here pairs". strlen($pairs));

Our walk-around for this bug was to cut off buffered output:

ob_start(); 
$result = $client->getQuotes(); 
ob_end_clean();

... but it is kind of dirty way. We hope that you could clean it up so we all can have a little more pretty code. :-)

Thanks in advance!
Kind regards,
Mike

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions