mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-16 21:58:08 +00:00
Remove some debug code
This commit is contained in:
parent
4758b70d00
commit
181b405c54
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user