Skip to content
Snippets Groups Projects
Commit 553a8f67 authored by ale's avatar ale
Browse files

Revert "Debug: add stack trace on uncaught exception"

This reverts commit 90a419fb.
parent 34aebedd
No related branches found
Tags v0.0.6
No related merge requests found
Pipeline #72773 passed
......@@ -142,7 +142,7 @@ class Wplang implements PluginInterface, EventSubscriberInterface {
}
}
} catch ( \Exception $e ) {
$this->io->writeError( ' - ' . $e->getMessage() . ' stack trace: ' . $e->getTraceAsString() );
$this->io->writeError( ' - ' . $e->getMessage() );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment