Skip to content

Commit

Permalink
fix: Remove messagebox
Browse files Browse the repository at this point in the history
  • Loading branch information
HO-COOH committed Mar 8, 2023
1 parent ee27507 commit ec9e9fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DiskInfoLibWinRT/Class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ namespace winrt::DiskInfoLibWinRT::implementation
GraphData::GetInstance().SetDataSource(CAtaSmart::get_instance().vars);
m_DefaultLangPath = PathManager::GetInstance().DefaultLangPath().data();
m_CurrentLangPath = PathManager::GetInstance().CurrentLangPath().data();
MessageBox(NULL, m_DefaultLangPath, L"", 0);
MessageBox(NULL, m_CurrentLangPath, L"", 0);
}

void Class::UpdateAll()
Expand Down

0 comments on commit ec9e9fd

Please sign in to comment.