removed some obsolete print statements
This commit is contained in:
@@ -6165,7 +6165,6 @@ def user_boxplot_select(request,
|
||||
'waterboattype':waterboattype,
|
||||
}
|
||||
request.session['options'] = options
|
||||
print options
|
||||
|
||||
|
||||
startdate = datetime.datetime.combine(startdate,datetime.time())
|
||||
@@ -9086,7 +9085,6 @@ def workout_edit_view(request,id=0,message="",successmessage=""):
|
||||
startdatetime
|
||||
)
|
||||
|
||||
print startdatetime
|
||||
try:
|
||||
# aware object can be in any timezone
|
||||
out = startdatetime.astimezone(pytz.utc)
|
||||
|
||||
Reference in New Issue
Block a user