remove log

This commit is contained in:
Roman Hotsiy 2016-08-30 13:39:31 +03:00
parent 039f5fdb83
commit 3a175d47fb
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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)