Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 6, 2024
1 parent 7d8d938 commit 63b4f2c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/grader/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@
become_user: "{{ item }}"
changed_when: true

# TODO remove debugs
- name: Debug path
debug:
var: ansible_env.PATH
- name : Debug bin
debug:
var: conda_environment_bin

- name: Register non_grader_users as nbgrader student
loop: "{{ non_grader_users.stdout_lines | default([]) }}"
command:
Expand Down

0 comments on commit 63b4f2c

Please sign in to comment.