Skip to content

Commit c4d9500

Browse files
committed
Package updates
1 parent 5b708d5 commit c4d9500

3 files changed

Lines changed: 2 additions & 72 deletions

File tree

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const yaml = require('node-yaml')
2424

2525
const config = require('./config.json')
2626
const templates = yaml.readSync('./templates.yaml')
27-
2827
const XML_HEADER = '<?xml version="1.0" encoding="UTF-8"?>\n'
2928

3029
const server = Hapi.server({
@@ -161,8 +160,7 @@ const ILSWS = {
161160
includeFields: 'item{barcode,currentLocation},item{bib{title}},dueDate,overdue,estimatedOverdueAmount,item{holdRecordList{status}},renewalCount'
162161
}
163162
}).catch(error => {
164-
console.log(error.response.data)
165-
// console.log('FUUUU')
163+
// console.log(error.response.data)
166164
if (error.response && error.response.status === 404) return null
167165
throw error
168166
}),

index.json

Lines changed: 0 additions & 68 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)