Mercurial > hg > orthanc
changeset 2874:67ebfacf4467
removing test messages
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 09 Oct 2018 16:28:55 +0200 |
parents | 703d1e848907 |
children | edfd98a2b6c4 |
files | OrthancExplorer/explorer.js |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancExplorer/explorer.js Tue Oct 09 16:27:49 2018 +0200 +++ b/OrthancExplorer/explorer.js Tue Oct 09 16:28:55 2018 +0200 @@ -411,8 +411,6 @@ } }); - console.log(lookup); - $.ajax({ url: '../tools/find', type: 'POST', @@ -423,7 +421,6 @@ alert('Error during lookup'); }, success: function(studies) { - console.log(studies); FormatListOfStudies('#lookup-result ul', '#lookup-alert', '#lookup-count', studies); $('#lookup-result').show(); }