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__ ); }