Skip to content

Commit

Permalink
Drop backticks from dsmr_debuginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Oct 23, 2021
1 parent 42dc6ea commit ba9fe22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dsmr_backend/management/commands/dsmr_debuginfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ def _print_start(self):
self.stdout.write()
self.stdout.write('<!-- COPY OUTPUT BELOW -->')
self.stdout.write()
self.stdout.write()
self.stdout.write('```')

def _pretty_print(self, what, value):
self.stdout.write(' {:65}{:>40}'.format(str(what), str(value)))
Expand All @@ -183,7 +181,6 @@ def _print_header(self, what):

def _print_end(self):
self.stdout.write()
self.stdout.write('```')
self.stdout.write()
self.stdout.write('<!-- COPY OUTPUT ABOVE -->')
self.stdout.write()

0 comments on commit ba9fe22

Please sign in to comment.