old leftover: dont create log dir
This commit is contained in:
parent
aa3b813f14
commit
650d6c903c
1 changed files with 0 additions and 1 deletions
1
stagit.c
1
stagit.c
|
@ -950,7 +950,6 @@ main(int argc, char *argv[])
|
|||
git_object_free(obj);
|
||||
|
||||
/* log for HEAD */
|
||||
mkdir("log", 0755);
|
||||
fp = efopen("log.html", "w");
|
||||
relpath = "";
|
||||
writeheader(fp);
|
||||
|
|
Loading…
Reference in a new issue