Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Nov 6, 2024
1 parent 921cfa3 commit 2f1e4a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/potree.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def post(self, request, pk=None, project_pk=None):
Store potree scene information (except camera view)
"""
task = self.get_and_check_task(request, pk)
print(task, task.public, task.public_edit)
if (not task.public) or (task.public and not task.public_edit):
get_and_check_project(request, project_pk, perms=("change_project", ))
scene = request.data
Expand Down

0 comments on commit 2f1e4a3

Please sign in to comment.