Removed unneccessary code

This commit is contained in:
2020-10-17 21:55:48 -04:00
parent 0f12a9a258
commit 6db66f7d06

View File

@@ -54,7 +54,6 @@ class Problem1(Problem):
self.fullSum += num
elif((num % 5) == 0):
self.fullSum += num
num += 1
#Stop the timer
self.timer.stop()