From 0546aebd0d14bbc843e66ff62c39a3116d47910b Mon Sep 17 00:00:00 2001 From: vintagepc Date: Fri, 10 Jan 2020 21:22:23 -0500 Subject: [PATCH] Removed stray comment --- src/slic3r/Utils/FlashAir.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/Utils/FlashAir.cpp b/src/slic3r/Utils/FlashAir.cpp index 25ffbc7743f..735e4a70ad5 100644 --- a/src/slic3r/Utils/FlashAir.cpp +++ b/src/slic3r/Utils/FlashAir.cpp @@ -79,7 +79,6 @@ bool FlashAir::upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, Error const auto upload_filename = upload_data.upload_path.filename(); const auto upload_parent_path = upload_data.upload_path.parent_path(); - //const auto upload_set_dir = upload_da wxString test_msg; if (! test(test_msg)) { error_fn(std::move(test_msg));