[transmageddon] remove print statement



commit 42f31cf71b7eb77a978575cf4a1de9fad934a861
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date:   Fri Mar 21 13:20:04 2014 +0100

    remove print statement

 src/utils.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/utils.py b/src/utils.py
index a0f0b30..d349abc 100644
--- a/src/utils.py
+++ b/src/utils.py
@@ -40,7 +40,6 @@ def get_search_paths():
         @return: A list of paths to search in the order they will be searched
     """
     userconfig=str(GLib.get_user_config_dir())+"/transmageddon"
-    print(userconfig)
     return [
         userconfig,
         os.getcwd(),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]