Initial commit
This commit is contained in:
5
node_modules/react-draggable/lib/utils/log.js
generated
vendored
Normal file
5
node_modules/react-draggable/lib/utils/log.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
// @flow
|
||||
/*eslint no-console:0*/
|
||||
export default function log(...args: any) {
|
||||
if (process.env.DRAGGABLE_DEBUG) console.log(...args);
|
||||
}
|
||||
Reference in New Issue
Block a user