Remove logging to ERROR.
GitOrigin-RevId: ee5a540cd62ee4722a770c1007a37756a0edc906
This commit is contained in:
parent
6e880f7ea0
commit
65fc8f9809
@ -1278,13 +1278,13 @@ void FileManager::load_from_pmc(FileNodePtr node, bool new_remote, bool new_loca
|
||||
return Status::OK();
|
||||
};
|
||||
if (new_remote) {
|
||||
LOG_STATUS(load(remote));
|
||||
load(remote);
|
||||
}
|
||||
if (new_local) {
|
||||
LOG_STATUS(load(local));
|
||||
load(local);
|
||||
}
|
||||
if (new_generate) {
|
||||
LOG_STATUS(load(generate));
|
||||
load(generate);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user