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