Remove test code from CProjectSupport::ShowSuppotWindow

This commit is contained in:
zilmar 2020-10-27 19:02:37 +10:30
parent aee389fe77
commit 769323e3cb
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ void CProjectSupport::IncrementRunCount()
bool CProjectSupport::ShowSuppotWindow()
{
return true;
time_t now = time(nullptr);
if (m_SupportInfo.LastShown <= now && ((now - m_SupportInfo.LastShown) / 60) < 60)
{