Merge pull request #1363 from baszalmstra/fix/experimental_is_logged_twice

misc: experimental is logged twice
This commit is contained in:
Wolf Vollprecht 2022-01-04 12:51:18 +01:00 committed by GitHub
commit aa0365c1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -380,8 +380,6 @@ namespace mamba
{
if (value)
{
Console::stream() << termcolor::yellow << "Experimental mode enabled!"
<< termcolor::reset;
LOG_WARNING << "Experimental mode enabled";
}
}