Browse Source

Remove print line.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3287 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.1
sletz 17 years ago
parent
commit
eaa3579112
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      common/JackInternalClient.cpp

+ 0
- 2
common/JackInternalClient.cpp View File

@@ -82,8 +82,6 @@ static void BuildClientPath(char* path_to_so, int path_len, const char* so_name)
}
snprintf(path_to_so, path_len, "%s/%s.so", internal_dir, so_name);
printf("internal_dir path_to_so %s %s\n", internal_dir, path_to_so);
}

#endif


Loading…
Cancel
Save