Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cstefc committed May 23, 2024
1 parent 0d71601 commit 8fd3490
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/ProjectTeacherComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ export function ProjectTeacherComponent(props: {

if (props.project.projectId == -1) {
// Create new project
console.log(props.project.projectId)
console.log(groups)
console.log(max_students)
const new_project: Project = await course_create_project(course.course_id, projectInput)
for (let i= 0; i < groups; i += 1){
void project_create_group(new_project.project_id)
Expand Down

0 comments on commit 8fd3490

Please sign in to comment.