Private
Public Access
1
0

remove print

This commit is contained in:
Sander Roosendaal
2022-09-15 09:44:50 +02:00
parent 1a8b150299
commit 065175a20b

View File

@@ -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.'