Latest updates from IceHrmPro
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export default function warn(msg) {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
if (typeof console !== 'undefined' && console.warn) {
|
||||
console.warn(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user