Changeset 950a80c


Ignore:
Timestamp:
Apr 22, 2016, 12:03:00 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
ec6731c
Parents:
66a3c51
Message:

lib/gen_code.py: comment out print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_code.py

    r66a3c51 r950a80c  
    170170        self.output_results = "; ".join(self.outputs_flat)
    171171
    172         print "input_params", map(split_type, get_input_params(self.do_proto))
    173         print "output_params", map(split_type, get_output_params(self.do_proto))
     172        #print ("input_params: ", map(split_type, get_input_params(self.do_proto)))
     173        #print ("output_params", map(split_type, get_output_params(self.do_proto)))
    174174
    175175    def gen_code(self):
Note: See TracChangeset for help on using the changeset viewer.