Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
rm print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rwillard committed Feb 11, 2016
1 parent e9497e3 commit 1950ef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sidekick.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def setUp( self ):
def test_announce_services( self ):
''' Test `announce_services` functionality '''
services = find_matching_container( [self.container], self.args )
print(services)
announce_services( services.items(), 'test', self.etcd_client, 0, 0, False )

def test_check_health( self ):
Expand Down

0 comments on commit 1950ef3

Please sign in to comment.