blob: ee2c37f2c5bc16854b55a24c661525fd03930e63 [file] [log] [blame]
// @flow
/*eslint no-console:0*/
export default function log(...args: any) {
if (process.env.DRAGGABLE_DEBUG) console.log(...args);
}