minifix: remove duplicate debug enable in usbboot (#1835)

Changelog-Entry: Remove duplicate debug enabling in usbboot module.
Change-Type: patch
This commit is contained in:
Benedict Aas 2017-11-09 12:05:55 +00:00 committed by Andrew Scheller
parent 66441e28cb
commit 08b6397a9a

View File

@ -31,8 +31,6 @@ const utils = require('../../utils')
debug.enabled = true
debug.enabled = true
/**
* @summary The radix used by USB ID numbers
* @type {Number}