Skip to content

Commit 262a689

Browse files
committed
remove debug nonsense
1 parent c468ed3 commit 262a689

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tmc-langs-util/src/task_executor/course_refresher.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ impl CourseRefresher {
137137
&course.git_branch,
138138
&old_cache_path,
139139
)?;
140-
println!("nyttt");
141-
std::thread::sleep(std::time::Duration::from_secs(10));
142140
check_directory_names(&course.clone_path)?;
143141
self.progress_reporter
144142
.finish_step("Updated repository".to_string(), None)?;

0 commit comments

Comments
 (0)