diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-05 21:31:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-05 21:31:30 +0900 |
| commit | 9b32f59a34e19a3709af4d4a8cf50b047f1021e2 (patch) | |
| tree | f580e3a34f8115fc53f19daa1c3f3d6ba03abc90 /services/app/templates/answer_view.html.twig | |
| parent | a2f47eb106cd37d830272eeeb6ec5cc6cd417a14 (diff) | |
| download | phperkaigi-2024-albatross-9b32f59a34e19a3709af4d4a8cf50b047f1021e2.tar.gz phperkaigi-2024-albatross-9b32f59a34e19a3709af4d4a8cf50b047f1021e2.tar.zst phperkaigi-2024-albatross-9b32f59a34e19a3709af4d4a8cf50b047f1021e2.zip | |
do not show stdout/stderr to users
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 %} |
