Skip to content

Commit

Permalink
Remove stray debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Sep 30, 2016
1 parent caf1f80 commit f156b2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions io/text/TextReader.cpp
Expand Up @@ -83,11 +83,6 @@ void TextReader::initialize(PointTableRef table)
}
else
m_dimNames = Utils::split2(buf, m_separator);
for (auto f: m_dimNames)
{
log()->get(LogLevel::Error) << "field '" << f << "'" << std::endl;

}
Utils::closeFile(m_istream);
}

Expand Down

0 comments on commit f156b2b

Please sign in to comment.