We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c468ed3 commit 262a689Copy full SHA for 262a689
tmc-langs-util/src/task_executor/course_refresher.rs
@@ -137,8 +137,6 @@ impl CourseRefresher {
137
&course.git_branch,
138
&old_cache_path,
139
)?;
140
- println!("nyttt");
141
- std::thread::sleep(std::time::Duration::from_secs(10));
142
check_directory_names(&course.clone_path)?;
143
self.progress_reporter
144
.finish_step("Updated repository".to_string(), None)?;
0 commit comments