Changeset 7d3b414 in trunk


Ignore:
Timestamp:
2016-09-10T01:51:57Z (8 years ago)
Author:
Brian Warner <warner@…>
Branches:
master
Children:
9a1a186
Parents:
09ce796
git-author:
Brian Warner <warner@…> (2016-09-10 00:55:27)
git-committer:
Brian Warner <warner@…> (2016-09-10 01:51:57)
Message:

remove leftover debug prints

Location:
src/allmydata
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/scripts/create_node.py

    r09ce796 r7d3b414  
    129129
    130130    if 'hostname' in config and config['hostname'] is not None:
    131         print "HOSTNAME"
    132131        new_port = iputil.allocate_tcp_port()
    133132        c.write("tub.port = tcp:%s\n" % new_port)
  • TabularUnified src/allmydata/test/test_runner.py

    r09ce796 r7d3b414  
    374374            self.failUnlessEqual(rc_or_sig, 0, errstr)
    375375            self.failUnlessEqual(out, "", errstr)
    376             print errstr
    377376            # self.failUnlessEqual(err, "", errstr) # See test_client_no_noise -- for now we ignore noise.
    378377
     
    395394            # check that their contents don't change on restart
    396395            self.furl = fileutil.read(introducer_furl_file)
    397             print "portnum_file " + portnum_file
    398396            self.failUnless(os.path.exists(portnum_file))
    399397            self.portnum = fileutil.read(portnum_file)
Note: See TracChangeset for help on using the changeset viewer.