Skip to content

Commit

Permalink
Removed commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyz committed Nov 4, 2012
1 parent 574465e commit a08fd3c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/time_spent/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ def per_day(self, num_workdays):
def per_hour(self, num_workdays):
return self.per_day(num_workdays) / 8.0 # self.hours

# def hours_per_day(self):
# return self.hours / 7

# def hours_per_month(self, month=None):
# return self.hours_per_day() * (month.days() or 30)

def __unicode__(self):
return '%s %s' % (self.label, self.amount)

Expand Down

0 comments on commit a08fd3c

Please sign in to comment.