mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-18 09:53:19 -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)
|
|
}
|
|
} |