Skip to content

Commit

Permalink
fix: fixup previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Nov 12, 2023
1 parent 1761d80 commit deb77bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drag_and_drop_v2/drag_and_drop_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ def student_view(self, context):
'public/js/drag_and_drop.js',
]

import pdb; pdb.set_trace()

if statici18n_js_url := self.get_i18n_js_url():
fragment.add_javascript_url(statici18n_js_url)
else:
Expand Down Expand Up @@ -474,6 +472,8 @@ def studio_view(self, context):
'public/js/drag_and_drop_edit.js',
]

import pdb; pdb.set_trace()

if statici18n_js_url := self.get_i18n_js_url():
fragment.add_javascript_url(statici18n_js_url)
else:
Expand Down

0 comments on commit deb77bb

Please sign in to comment.