Remove some debug code

This commit is contained in:
Jacob Dufault 2018-01-06 12:32:58 -08:00
parent 4758b70d00
commit 181b405c54

View File

@ -71,11 +71,6 @@ void WorkingFile::OnBufferContentUpdated() {
else
it->second.push_back(i + 1);
}
std::string path = filename;
path = ReplaceAll(path, "/", "_");
WriteToFile("/usr/local/google/home/jdufault/cquery/tmp/" + path,
buffer_content);
}
optional<int> WorkingFile::GetBufferLineFromIndexLine(int index_line) const {