summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xperc6
1 files changed, 3 insertions, 3 deletions
diff --git a/perc b/perc
index 7eaeee5..648ba76 100755
--- a/perc
+++ b/perc
@@ -717,9 +717,9 @@ def user(args):
(options, args) = parser.parse_args(args)
- if isWeekend():
- print "It's the freekin' Weekend!!!!"
- sys.exit(0)
+# if isWeekend():
+# print "It's the freekin' Weekend!!!!"
+# sys.exit(0)
if options.version:
print "v%s" % VERSION