mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
7 lines
No EOL
62 B
JavaScript
7 lines
No EOL
62 B
JavaScript
function Debug(iwas)
|
|
{
|
|
if(debug)
|
|
{
|
|
console.log(iwas);
|
|
}
|
|
} |