Skip to content

Commit

Permalink
Removed unwanted logger statement
Browse files Browse the repository at this point in the history
Removed unwanted logger statement which is requested in review comment

Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin committed Sep 3, 2024
1 parent f19028d commit de0e86f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions perf/perf_pmu.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ def test_sysfs_events(self):
result = process.run("su - test_pmu -c 'echo 1 > %s'" % eventdir,
shell=True, ignore_status=True)
output = result.stdout.decode() + result.stderr.decode()
self.log.info("Test passes for %s of %s" %
(file, type_events))
else:
self.log.warn('User test_pmu does not exist, skipping test')
self._remove_temp_user()
Expand Down

0 comments on commit de0e86f

Please sign in to comment.