removing the debug mode for Vhd merge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user