Skip to content

Commit 5167f14

Browse files
Merge pull request #24 from multnomah-county-it/dev
Prep for package updates
2 parents d349a0d + c4d9500 commit 5167f14

4 files changed

Lines changed: 748 additions & 611 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.

0 commit comments

Comments
 (0)