Minor: comment out a line

This commit is contained in:
Gerhard Hoffmann 2024-03-19 09:19:52 +01:00
parent 721a156fce
commit bbd287c92b

View File

@ -34,7 +34,7 @@ int main(int argc, char **argv) {
setDebugLevel(LOG_NOTICE);
}
int r = std::system("ls -l /proc/[0-9]*/fd/* 2>/dev/null | grep /dev/ttymxc2 > /tmp/slave-or-master.txt");
// int r = std::system("ls -l /proc/[0-9]*/fd/* 2>/dev/null | grep /dev/ttymxc2 > /tmp/slave-or-master.txt");
// lrwx------ 1 root root 64 Oct 31 14:55 /proc/884/fd/18 -> /dev/ttymxc2
//std::ifstream ifs("/tmp/slave-or-master.txt");