| Index: sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp b/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp
|
| index 96d4f30d6cf84f74c8da42864e234dfdf90b1152..4497bc6f4b43419261da1e0d9aef7eb3b82e3dc0 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp
|
| @@ -94,12 +94,4 @@ void CustomElementMicrotaskImportStep::trace(Visitor* visitor)
|
| CustomElementMicrotaskStep::trace(visitor);
|
| }
|
|
|
| -#if !defined(NDEBUG)
|
| -void CustomElementMicrotaskImportStep::show(unsigned indent)
|
| -{
|
| - fprintf(stderr, "%*sImport(wait=%d sync=%d, url=%s)\n", indent, "", shouldWaitForImport(), m_import && m_import->isSync(), m_import ? m_import->url().string().utf8().data() : "null");
|
| - m_queue->show(indent + 1);
|
| -}
|
| -#endif
|
| -
|
| } // namespace blink
|
|
|