mirror of
https://bitbucket.org/Mattrixwv/projecteulerpython.git
synced 2025-12-06 17:43:58 -05:00
Removed unneccessary code
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user