MCPcopy Index your code
hub / github.com/ampproject/amphtml / logWithoutTimestampLocalDev

Function logWithoutTimestampLocalDev

build-system/common/logging.js:88–92  ·  view source on GitHub ↗

* Logs messages without a timestamp only during local development * @param {...string} messages

(...messages)

Source from the content-addressed store, hash-verified

86 * @param {...string} messages
87 */
88function logWithoutTimestampLocalDev(...messages) {
89 if (!isCiBuild()) {
90 console.log(...messages);
91 }
92}
93
94module.exports = {
95 dotWrappingWidth,

Callers 2

runCheckFunction · 0.85
runTestFunction · 0.85

Calls 2

isCiBuildFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected