From b0d647e091c781646fdfb438d7dc456fdc58b3cb Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Wed, 6 Oct 2021 09:54:07 -0600 Subject: [PATCH] Removing some error_log usage --- uninstall.php | 1 - 1 file changed, 1 deletion(-) diff --git a/uninstall.php b/uninstall.php index cefddd4..5fae401 100644 --- a/uninstall.php +++ b/uninstall.php @@ -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__ ); }