Skip to content

Commit

Permalink
Meta: Remove debug code in the YCM config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarbeutner authored and awesomekling committed Oct 30, 2022
1 parent e20756f commit 084fad2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ycm_extra_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 084fad2

Please sign in to comment.