Removing some error_log usage

This commit is contained in:
2021-10-06 09:54:07 -06:00
parent 66687bf8b1
commit b0d647e091

View File

@ -11,5 +11,4 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
function run_uninstaller() {
// Put logic here to undo things when this plugin is uninstalled.
error_log( 'Uninstall hook activated for plugin at ' . __DIR__ );
}