mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Meta: Remove debug code in the YCM config file
This commit is contained in:
parent
e20756f9f7
commit
084fad2aca
1 changed files with 0 additions and 4 deletions
|
@ -115,10 +115,6 @@ def Settings(**kwargs):
|
|||
final_flags = [flag for flag in compilation_info.compiler_flags_ if not startswith_any(flag, ignored_flags)]
|
||||
final_flags.extend(serenity_flags)
|
||||
|
||||
with open('/tmp/x', 'w') as fp:
|
||||
import json
|
||||
json.dump(final_flags, fp)
|
||||
|
||||
return {
|
||||
'flags': final_flags,
|
||||
'include_paths_relative_to_dir': DIR_OF_THIS_SCRIPT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue