Debuggging How to Log

How to log statements for debugging

Use debuglog

Example

import { debugLog } from '@/utils/apiUtils';
 
 
debugLog( {'This should log', objToPrint}, 'warn');