eradicate dbg cruft

git-svn-id: http://s3fs.googlecode.com/svn/trunk@102 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
rrizun 2008-02-24 21:18:07 +00:00
parent efec7c8f76
commit 713f16939f

View File

@ -1147,7 +1147,7 @@ s3fs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset,
int running_handles;
while (curl_multi_perform(multi_handle.get(), &running_handles) == CURLM_CALL_MULTI_PERFORM)
cout << "[1]" << endl;
;
while (running_handles) {
fd_set read_fd_set;
@ -1176,7 +1176,7 @@ s3fs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset,
}
while (curl_multi_perform(multi_handle.get(), &running_handles) == CURLM_CALL_MULTI_PERFORM)
cout << "[2]" << endl;
;
}
int remaining_msgs = 1;