Remove unnecessary logging from WADO proxy
This commit is contained in:
parent
21054f17ef
commit
a1868f490b
@ -100,7 +100,6 @@ Router.route(Settings.uri.replace(OHIF.utils.absoluteUrl(), ''), function() {
|
||||
Object.keys(request.headers).forEach(entry => {
|
||||
const value = request.headers[entry];
|
||||
if (entry) {
|
||||
console.log(`${entry}: ${value}`);
|
||||
options.headers[entry] = value;
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user