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