Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
modules
/
canvaskit
/
debug.js
blob: c8c5e4deaad6b1493865835922ca85dc6c11ff14 [
file
] [
log
] [
blame
]
function
Debug
(
msg
)
{
console
.
warn
(
msg
);
}
/** @const */
var
IsDebug
=
true
;