import * as DS from './../settings/DEFAULT_SETTING';

export const logLib = function () {
    if (!DS.logUse) return;
    
}