Suppression print/logs inutiles
This commit is contained in:
@@ -591,7 +591,6 @@ def sync_observatoire_share_url(*args):
|
|||||||
href = args[-1]
|
href = args[-1]
|
||||||
|
|
||||||
if not href:
|
if not href:
|
||||||
print("no update")
|
|
||||||
return no_update, no_update
|
return no_update, no_update
|
||||||
|
|
||||||
base_url = href.split("?")[0]
|
base_url = href.split("?")[0]
|
||||||
@@ -608,7 +607,6 @@ def sync_observatoire_share_url(*args):
|
|||||||
|
|
||||||
query_string = urllib.parse.urlencode(params)
|
query_string = urllib.parse.urlencode(params)
|
||||||
full_url = f"{base_url}?{query_string}" if query_string else base_url
|
full_url = f"{base_url}?{query_string}" if query_string else base_url
|
||||||
print("query", query_string)
|
|
||||||
|
|
||||||
if params:
|
if params:
|
||||||
copy_button = dcc.Clipboard(
|
copy_button = dcc.Clipboard(
|
||||||
|
|||||||
Reference in New Issue
Block a user