Skip to content

Commit b5a23a0

Browse files
authored
Remove the debug part of RemoteConfig file manager path (#1323)
* Remove the debug testpath part of path * foramt
1 parent e239450 commit b5a23a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remote_config/src/desktop/file_manager.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ namespace internal {
3636

3737
RemoteConfigFileManager::RemoteConfigFileManager(const std::string& filename,
3838
const firebase::App& app) {
39-
std::string app_data_prefix = std::string(app.options().package_name()) +
40-
"/" + app.name() + "/" + "TẽstPạth";
39+
std::string app_data_prefix =
40+
std::string(app.options().package_name()) + "/" + app.name();
4141
std::string file_path =
4242
AppDataDir(app_data_prefix.c_str(), /*should_create=*/true) + "/" +
4343
filename;

0 commit comments

Comments
 (0)