Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Dec 6, 2023
1 parent f8e20e2 commit 313d793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def _process_args(self, largs, rargs, values):
(options, args) = parser.parse_args()

if __name__ == "__main__":
print(os.getenv('XDG_DATA_DIRS'))

try:
# first and foremost - check required libraries
Expand Down

0 comments on commit 313d793

Please sign in to comment.