mirror of
https://github.com/boostorg/filesystem.git
synced 2025-05-12 13:41:47 +00:00
Remove debug stmts that should have been removed by prior commit.
This commit is contained in:
parent
40526c67f2
commit
461118d68c
@ -1869,9 +1869,9 @@ namespace
|
||||
guarded_env_var(const char* name, const char* value)
|
||||
: m_previous_value(name)
|
||||
{
|
||||
std::cout << name << " old value is \"" << getenv(name) << "\"" << std::endl;
|
||||
// std::cout << name << " old value is \"" << getenv(name) << "\"" << std::endl;
|
||||
value ? setenv(name, value, 1) : unsetenv(name);
|
||||
std::cout << name << " new value is \"" << getenv(name) << "\"" << std::endl;
|
||||
// std::cout << name << " new value is \"" << getenv(name) << "\"" << std::endl;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user