git/branch: remove debug prints
This commit is contained in:
parent
31fc689ad9
commit
519ff30098
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ if(! ~ $#cleandirs 0){
|
||||||
mkdir -p $cleandirs
|
mkdir -p $cleandirs
|
||||||
mkdir -p .git/index9/tracked/$cleandirs
|
mkdir -p .git/index9/tracked/$cleandirs
|
||||||
}
|
}
|
||||||
echo clean: $#clean
|
|
||||||
echo dirty: $#dirty
|
|
||||||
for(m in $cleanpaths){
|
for(m in $cleanpaths){
|
||||||
# Modifications can turn a file into
|
# Modifications can turn a file into
|
||||||
# a directory, or vice versa, so we
|
# a directory, or vice versa, so we
|
||||||
|
|
Loading…
Reference in a new issue