mirror of https://github.com/mamba-org/mamba.git
Merge pull request #1363 from baszalmstra/fix/experimental_is_logged_twice
misc: experimental is logged twice
This commit is contained in:
commit
aa0365c1ce
|
@ -380,8 +380,6 @@ namespace mamba
|
||||||
{
|
{
|
||||||
if (value)
|
if (value)
|
||||||
{
|
{
|
||||||
Console::stream() << termcolor::yellow << "Experimental mode enabled!"
|
|
||||||
<< termcolor::reset;
|
|
||||||
LOG_WARNING << "Experimental mode enabled";
|
LOG_WARNING << "Experimental mode enabled";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue