mirror of
https://gitlab.com/niansa/inotifyrun.git
synced 2025-03-06 20:48:32 +01:00
Removed debug code
This commit is contained in:
parent
c75b42d1e1
commit
d71b29cb37
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ struct fcmdwatcher_pair {
|
|||
int main(int argc, char **argv) {
|
||||
int inotifier;
|
||||
libcatch_init();
|
||||
//int *p = NULL; *p = 1; //DEBUG
|
||||
//*p = 1; //DEBUG
|
||||
// Check arguments
|
||||
if (argc == 2 && strcmp(argv[1], "--license") == 0) {
|
||||
// License requested
|
||||
|
|
Loading…
Add table
Reference in a new issue