mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-16 00:43:15 -03:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
export default function debugPrint(string){
|
|
if(process.env.DEBUG == "1"){
|
|
console.log(string)
|
|
}
|
|
} |