From 269520f0f2613b70ddfaf82166efd31509957344 Mon Sep 17 00:00:00 2001
From: dcz <dcz@ipipan.waw.pl>
Date: Wed, 13 Jul 2022 23:15:25 +0200
Subject: [PATCH] Cleaning.

---
 .../entries/js/components/LexicalUnitDisplay.js | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/entries/static/entries/js/components/LexicalUnitDisplay.js b/entries/static/entries/js/components/LexicalUnitDisplay.js
index 31768c2..8571e1f 100644
--- a/entries/static/entries/js/components/LexicalUnitDisplay.js
+++ b/entries/static/entries/js/components/LexicalUnitDisplay.js
@@ -143,7 +143,6 @@ export default {
       <div id="main-frames-pane" class="row">
         <div class="col h-100 pl-3 pr-1 pt-0 pb-2 overflow-auto" id="semantics-frames-pane">
             <spinner />
-<!--            <div id="semantics-frames"></div>-->
             <div id="vue-semantics-frames" v-if="frame">
                <slowal-frame-component 
                   :frame="frame" :key="frame"
@@ -184,7 +183,6 @@ export default {
                   {{ gettext('Odrzuć') }}
                 </a>
               </div>
-      <!--        <span v-if="unifiedFrame === null">{{ gettext('Brak ramy unifikacyjnej') }}</span>-->
             </div>
             <div id="lexical-unit-notes"></div>
           </div>
@@ -198,24 +196,9 @@ export default {
             :realisation_descriptions="realisation_descriptions"
             @schemata-selected="schemataSelected"
           />
-<!--          <div id="semantics-schemata"></div>-->
         </div>
       </div>
       <div id="vue-examples" class="row overflow-auto">
-<!--        <div class="col w-100 p-0 tab-pane overflow-auto" id="examples">-->
-<!--            <table id="semantics-examples" class="table table-sm table-hover">-->
-<!--                <thead>-->
-<!--                    <tr>-->
-<!--                        <th scope="col">{{ gettext("Przykład") }}<i id="examples-argument"></i><i id="examples-lu"></i><i id="examples-schema"></i></th>-->
-<!--                        <th scope="col">{{ gettext("Źródło") }}</th>-->
-<!--                        <th scope="col">{{ gettext("Opinia") }}</th>-->
-<!--                    </tr>-->
-<!--                </thead>-->
-<!--                <tbody id="semantics-examples-list">-->
-<!--                </tbody>-->
-<!--            </table>-->
-<!--            <p class="mx-1 my-1" id="semantics-no-examples">{{ gettext("Brak przykładów") }}</p>-->
-<!--        </div>-->
         <div class="col w-100 pr-4 overflow-auto">
           <examples-component v-if="examples"
               :examples="examples" 
-- 
GitLab