Remove test code from CProjectSupport::ShowSuppotWindow
This commit is contained in:
parent
aee389fe77
commit
769323e3cb
|
@ -119,7 +119,6 @@ void CProjectSupport::IncrementRunCount()
|
||||||
|
|
||||||
bool CProjectSupport::ShowSuppotWindow()
|
bool CProjectSupport::ShowSuppotWindow()
|
||||||
{
|
{
|
||||||
return true;
|
|
||||||
time_t now = time(nullptr);
|
time_t now = time(nullptr);
|
||||||
if (m_SupportInfo.LastShown <= now && ((now - m_SupportInfo.LastShown) / 60) < 60)
|
if (m_SupportInfo.LastShown <= now && ((now - m_SupportInfo.LastShown) / 60) < 60)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue