From 1248a6594974d28c32b733d768ea60fb3fbe490d Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Tue, 1 May 2018 23:21:14 +0200 Subject: Removing a forgotten debug print in lru.py and adding Mr abbreviation in report --- lru.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lru.py') diff --git a/lru.py b/lru.py index 53b122a..76af4c4 100644 --- a/lru.py +++ b/lru.py @@ -54,9 +54,6 @@ class LruPaginator: def _put_main(self, page): self._check_where_to_replace() - print("Cursor:") - print(self._main_cursor) - print("") overwritten = self.mem.main[self._main_cursor] self.mem.main[self._main_cursor] = page self._update_check_table(page) -- cgit v1.2.3