Commit c9dec984 authored by Luke Macken's avatar Luke Macken

Remove an unnecessary __str__ that is only used in the GUI

parent 6526ff77
......@@ -180,6 +180,3 @@ class PyrasiteIPC(object):
def __repr__(self):
return "<%s %s>" % (self.__class__.__name__, self.pid)
def __str__(self):
return self.title
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment