Skip to content

Commit d555677

Browse files
committed
Remove outdated debug statement
1 parent 181f8e9 commit d555677

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/appimagetool_sign.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ bool sign_appimage(char* appimage_filename, char* key_id, bool verbose) {
347347

348348
fprintf(stderr, "[sign] calculated digest: %s\n", hex_digest);
349349

350-
system("realpath sleep-x86_64.AppImage");
351-
352350
gpg_check_call(gpgme_new(&gpgme_ctx));
353351

354352
// we want an ASCII armored signature of plain text (hex string)

0 commit comments

Comments
 (0)