Skip to content

remove log (WP-914)#548

Merged
vsolovei-smartling merged 1 commit intomasterfrom
WP-914-remove-excessive-logging
Nov 6, 2024
Merged

remove log (WP-914)#548
vsolovei-smartling merged 1 commit intomasterfrom
WP-914-remove-excessive-logging

Conversation

@vsolovei-smartling
Copy link
Copy Markdown
Contributor

Log introduced temporarily, and is no longer needed

* Post types and taxonomies are registered on 'init' hook, but this code is executed on 'plugins_loaded' hook,
* so we need to postpone dynamic handlers execution
*/
self::$loggerInstance->info('Smartling bootstrap, action: ' . current_action());
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to mention this on the last PR but I was like "nah, let it be here" :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The log served it's purpose, and was helpful though not related to the issue in that PR

@vsolovei-smartling vsolovei-smartling merged commit aa5c917 into master Nov 6, 2024
@vsolovei-smartling vsolovei-smartling deleted the WP-914-remove-excessive-logging branch November 6, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants