Remove unused code.

This commit is contained in:
Julien Fontanet 2015-11-24 11:48:31 +01:00
parent f8c74daef5
commit a4e9f1a683

View File

@ -2,19 +2,6 @@ import {Strategy} from 'passport-saml'
// ===================================================================
function extract (obj, prop, defaultValue = undefined) {
if (prop in obj) {
const value = obj[prop]
delete obj[prop]
return value
}
return defaultValue
}
// ===================================================================
export const configurationSchema = {
type: 'object',
properties: {