diff options
Diffstat (limited to 'services/app/templates/answer_view.html.twig')
| -rw-r--r-- | services/app/templates/answer_view.html.twig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/app/templates/answer_view.html.twig b/services/app/templates/answer_view.html.twig index a76e161..474f3d3 100644 --- a/services/app/templates/answer_view.html.twig +++ b/services/app/templates/answer_view.html.twig @@ -29,10 +29,6 @@ <div class="js-testcase-execution-status-loading-indicator spinner-border text-primary spinner-border-sm" role="status" data-testcase-execution-id="{{ ex.testcase_execution_id }}"><span class="visually-hidden">Loading...</span></div> {% endif %} </div> - <h4>標準出力</h4> - <pre><code class="js-testcase-execution-stdout hljs language-plaintext" data-testcase-execution-id="{{ ex.testcase_execution_id }}">{{ ex.stdout }}</code></pre> - <h4>標準エラー出力</h4> - <pre><code class="js-testcase-execution-stderr hljs language-plaintext" data-testcase-execution-id="{{ ex.testcase_execution_id }}">{{ ex.stderr }}</code></pre> {% endfor %} <script type="module" src="{{ base_path() }}/assets/loading.js"></script> {% endblock %} |
