Skip to content

Commit e51fa83

Browse files
committed
chore: drop implementation no longer necessary.
1 parent 8ab06ab commit e51fa83

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

util/movement/movement-core/src/movement.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -303,19 +303,6 @@ impl Movement {
303303
}
304304
}
305305

306-
/*impl Drop for Movement {
307-
fn drop(&mut self) {
308-
// Get the real path of the workspace, following symlinks
309-
if let Ok(real_path) = std::fs::canonicalize(self.workspace.get_workspace_path()) {
310-
std::process::Command::new("docker-compose")
311-
.arg("down")
312-
.current_dir(real_path)
313-
.output()
314-
.unwrap();
315-
}
316-
}
317-
}*/
318-
319306
#[cfg(test)]
320307
mod tests {
321308
use super::*;

0 commit comments

Comments
 (0)