Skip to content

Commit 099ed8c

Browse files
committed
Remove unnecessary parameter
1 parent dedbdb0 commit 099ed8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/binfmt-bypass/interpreter_main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ int main(int argc, char** argv) {
3333
if (!executableExists(APPIMAGELAUNCHER_PATH)) {
3434
log_message(
3535
"AppImageLauncher not found at %s, launching AppImage directly: %s\n",
36-
APPIMAGELAUNCHER_PATH,
3736
appImagePath.c_str()
3837
);
3938
useAppImageLauncher = false;
@@ -42,7 +41,6 @@ int main(int argc, char** argv) {
4241
if (getenv("APPIMAGELAUNCHER_DISABLE") != nullptr) {
4342
log_message(
4443
"APPIMAGELAUNCHER_DISABLE set, launching AppImage directly: %s\n",
45-
APPIMAGELAUNCHER_PATH,
4644
appImagePath.c_str()
4745
);
4846
useAppImageLauncher = false;

0 commit comments

Comments
 (0)