remove print
This commit is contained in:
@@ -392,7 +392,6 @@ def rower_exportsettings_view(request, userid=0):
|
|||||||
doset = True
|
doset = True
|
||||||
try:
|
try:
|
||||||
tokenname = attrtokens[attr]
|
tokenname = attrtokens[attr]
|
||||||
print(attr, value)
|
|
||||||
if (getattr(r, tokenname) == '' or getattr(r, tokenname) is None) and value:
|
if (getattr(r, tokenname) == '' or getattr(r, tokenname) is None) and value:
|
||||||
messages.error(
|
messages.error(
|
||||||
request, 'Set '+attr+' but it will not be effective until you create a connection.'
|
request, 'Set '+attr+' but it will not be effective until you create a connection.'
|
||||||
|
|||||||
Reference in New Issue
Block a user