function debug()

in cloud-run-cloud-spanner/src/app.js [188:190]


 function debug (...args) {
  if (DEBUG_LOGGING) console.log(...args);
}