Skip to content

Commit

Permalink
remove logn
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Jan 19, 2024
1 parent 97ca897 commit 3a507f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WeaselDeployer/Configurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ void Configurator::Initialize()
#ifdef _WIN64
shared_data_dir = std::regex_replace(shared_data_dir, std::regex("\\\\x64"), "");
#endif
logn(shared_data_dir);
weasel_traits.shared_data_dir = shared_data_dir.c_str();
weasel_traits.user_data_dir = weasel_user_data_dir();
weasel_traits.prebuilt_data_dir = weasel_traits.shared_data_dir;
Expand Down

0 comments on commit 3a507f0

Please sign in to comment.