소스 검색

* Remove stray printf() on update

Bryan Drewery 16 년 전
부모
커밋
3f60dd4d0e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/misc.c

+ 0 - 1
src/misc.c

@@ -932,7 +932,6 @@ int updatebin(int idx, char *par, int secs)
 
   /* Check if the new binary is compatible */
   int initialized_code = check_bin_initialized(path);
-  printf("%d\n", initialized_code);
   if (initialized_code == 2) {
     logidx(idx, STR("New binary is corrupted or the wrong architecture/operating system."));
     free(path);