removed print statement
This commit is contained in:
@@ -399,7 +399,6 @@ def update_plannedsession(ps,cd):
|
|||||||
if attr == 'comment':
|
if attr == 'comment':
|
||||||
value.replace("\r\n", "
");
|
value.replace("\r\n", "
");
|
||||||
value.replace("\n", "
");
|
value.replace("\n", "
");
|
||||||
print value
|
|
||||||
setattr(ps, attr, value)
|
setattr(ps, attr, value)
|
||||||
|
|
||||||
ps.save()
|
ps.save()
|
||||||
|
|||||||
Reference in New Issue
Block a user