mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
remove log
This commit is contained in:
parent
039f5fdb83
commit
3a175d47fb
|
@ -31,7 +31,6 @@
|
|||
schemaUrlInput = document.getElementById('schema-url-input');
|
||||
|
||||
schemaUrlForm.addEventListener('submit', function(event) {
|
||||
console.log('test')
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
location.search = updateQueryStringParameter(location.search, 'url', schemaUrlInput.value)
|
||||
|
|
Loading…
Reference in New Issue
Block a user