removing random print-functions

This commit is contained in:
halvorhv 2022-10-14 13:47:13 +02:00
parent 7501ac528e
commit 366768ecbf

View file

@ -137,13 +137,10 @@ def write_xdd(fout, data, options):
fout.write('\tbkg @ ') fout.write('\tbkg @ ')
for i in range(options['background']): for i in range(options['background']):
fout.write('0 ') fout.write('0 ')
#EXTRA for manual background: #EXTRA for implementation of manual background:
if options['manual_background'] != False: if options['manual_background'] != False:
print('YEAH1')
fout.write('\n\t\'manual background file:') fout.write('\n\t\'manual background file:')
print('YEAH2')
fout.write('\n\tuser_y my_shape {_xy #include "'+options['manual_background']+'"} \n') fout.write('\n\tuser_y my_shape {_xy #include "'+options['manual_background']+'"} \n')
print('YEAH3')
fout.write('\tprm !my_scale = 1;: 1.00000') fout.write('\tprm !my_scale = 1;: 1.00000')