Clean debug statements
This commit is contained in:
parent
7e6036d909
commit
9573fe6391
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ int main(void)
|
||||||
if (lastValue != 0)
|
if (lastValue != 0)
|
||||||
{
|
{
|
||||||
if (lastValue < currentValue) decreaseCount++;
|
if (lastValue < currentValue) decreaseCount++;
|
||||||
cout << decreaseCount << "\n";
|
|
||||||
}
|
}
|
||||||
lastValue = currentValue;
|
lastValue = currentValue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue