* Remove a debug statement.

svn path=/nixos/trunk/; revision=26889
This commit is contained in:
Eelco Dolstra 2011-04-19 13:23:45 +00:00
parent 23df246c9e
commit 37562ea864

View file

@ -20,8 +20,6 @@ let
PATH=${pkgs.coreutils}/bin:${pkgs.gnused}/bin:${pkgs.glibc}/bin
TAGDIR=/var/run/console
exec >> /tmp/xyzzy 2>&1
[ -n "$CK_SESSION_USER_UID" ] || exit 1
TAGFILE="$TAGDIR/`getent passwd $CK_SESSION_USER_UID | cut -f 1 -d:`"