summaryrefslogtreecommitdiff
path: root/examples/introspection/python/miner.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/introspection/python/miner.py')
-rwxr-xr-xexamples/introspection/python/miner.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/introspection/python/miner.py b/examples/introspection/python/miner.py
index b7944a95e..8bc39d574 100755
--- a/examples/introspection/python/miner.py
+++ b/examples/introspection/python/miner.py
@@ -36,10 +36,6 @@ class MyMiner (TrackerMiner.Miner):
def progress (self):
print "override progress"
- def ignore_next_update (self):
- print "override ignore next updated"
-
-
if __name__ == "__main__":
m = MyMiner ()
m.start ()