removing the debug mode for Vhd merge

This commit is contained in:
Olivier Lambert
2016-03-18 16:30:48 +01:00
parent 7473aede60
commit 8110acb795

View File

@@ -5,7 +5,7 @@ import {
streamToBuffer
} from './utils'
const VHD_UTIL_DEBUG = 1
const VHD_UTIL_DEBUG = 0
const debug = VHD_UTIL_DEBUG
? str => console.log(`[vhd-util]${str}`)
: noop