Skip to content
Snippets Groups Projects
Commit 6c686ed8 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

removing boolean from spdlog console creation

parent f719ea52
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ bool xaccFrameworkInitialized = false;
* XACC API.
*/
void Initialize() {
auto console = spdlog::stdout_logger_mt("xacc-console", true);
auto console = spdlog::stdout_logger_mt("xacc-console");
XACCInfo("[xacc] Initializing XACC Framework");
auto compilerRegistry = xacc::CompilerRegistry::instance();
auto acceleratorRegistry = xacc::AcceleratorRegistry::instance();
......
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