home/autoph/public_html/projects/api/public/assets/js/log.js 0000644 00000000127 15025004412 0020204 0 ustar 00 class Log { static d(log) { if (APP_DEBUG) { console.log(log); } } }