Remove useless statement.

This commit is contained in:
Julien Fontanet 2015-05-26 16:47:14 +02:00
parent cea4157402
commit df3c76fa72

View File

@ -15,7 +15,6 @@ import {createClient} from './'
Bluebird.longStackTraces()
import createDebug from 'debug'
const debug = createDebug('xen-api:cli')
import sourceMapSupport from 'source-map-support'
sourceMapSupport.install()