remove accidentally committed code that prints the command being

executed


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12213 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2003-05-06 12:05:38 +00:00
parent 4e826731a5
commit 6bbb1400f8

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1999 - 2002 Kungliga Tekniska H<>gskolan
* Copyright (c) 1999 - 2003 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -544,12 +544,6 @@ main(int argc, char **argv)
if (ok == 4)
krb_start_session();
#endif
{
char **p;
for(p = args; *p; p++)
printf("%s ", *p);
printf("\n");
}
execv(shell, args);
}