• Resolved e dev

    (@efishinsea)


    errors are generated non-stop if this plugin is running:

    [04-Dec-2023 17:15:07 UTC] gsheet load from - construct
    [04-Dec-2023 17:17:07 UTC] gsheet load from - construct
    [04-Dec-2023 17:18:56 UTC] gsheet load from - construct
    [04-Dec-2023 17:18:58 UTC] gsheet load from - construct
    [04-Dec-2023 17:18:58 UTC] gsheet load from - construct
    [04-Dec-2023 17:18:58 UTC] gsheet load from - construct
    [04-Dec-2023 17:21:00 UTC] gsheet load from - construct

    any fixes for this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter e dev

    (@efishinsea)

    Nothing to “fix” but developers need to be careful to comment out their logging from production code releases.

    \tablesome\includes\actions.php: 
    line 1469 
    error_log( 'table_id: ' . $table_id );

    and

    \tablesome\workflow-library\actions\gsheet-load-from.php
    line 41
    error_log('gsheet load from - construct');

    this is just poor oversight.

    Plugin Author Essekia

    (@essekia)

    @efishinsea removed the log in the latest version

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘gsheet load from – construct’ is closed to new replies.