Skip to content

Commit cd94f93

Browse files
Added nc.conf to gitignore; RequestHandler cleanup.
1 parent 6fde258 commit cd94f93

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ aclocal.m4
4444
libtool
4545
atconfig
4646
atlocal
47+
nc.conf
4748

4849
## netcdf_handler specific files
4950

NCRequestHandler.cc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,20 +233,17 @@ bool NCRequestHandler::nc_build_dds(BESDataHandlerInterface & dhi)
233233
}
234234
}
235235

236-
BESDEBUG("nc", "Fiddled with xdap_accept" << endl);
237-
238236
bdds->set_container(dhi.container->get_symbolic_name());
239237
DDS *dds = bdds->get_dds();
240238
string accessed = dhi.container->access();
241239
dds->filename(accessed);
242240

243-
BESDEBUG("nc", "Prior to nc_read_dataset_variables" << endl);
244-
245241
nc_read_dataset_variables(*dds, accessed);
246242

247-
BESDEBUG("nc", "Prior to Ancillary::read_ancillary_dds, accessed: " << accessed << endl);
248-
243+
BESDEBUG("nc", "NCRequestHandler::nc_build_dds, accessed: " << accessed << endl);
244+
#if 0
249245
Ancillary::read_ancillary_dds(*dds, accessed);
246+
#endif
250247

251248
DAS *das = new DAS;
252249
BESDASResponse bdas(das);

0 commit comments

Comments
 (0)