From a0bbde0a0f3e05a5b58ec1c11d798b85aee840af Mon Sep 17 00:00:00 2001
From: Phuoc Dinh Le <47278241+cuom1999@users.noreply.github.com>
Date: Fri, 15 Oct 2021 16:59:59 -0500
Subject: [PATCH] Delete unnecessary line

---
 templates/problem/problem.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/problem/problem.html b/templates/problem/problem.html
index 1aabfce..114d7e8 100644
--- a/templates/problem/problem.html
+++ b/templates/problem/problem.html
@@ -387,7 +387,6 @@
     {% else %}
         {% include "comments/list.html" %}
     {% endif %}
-    <iframe src="{{problem.code}}/raw" name="raw_problem" id="raw_problem"></iframe>
 {% endblock %}
 
 {% block bodyend %}