Skip to content

Commit 14ac76f

Browse files
committed
DrString: removed debug code
1 parent ba334bf commit 14ac76f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

DrString/copy-and-run-DrString-config.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ cp "drstring.toml" "$projectDir/.drstring.toml"
4040
cd "$projectDir"
4141

4242
DRSTRING_EXECUTABLE="$scriptBaseFolderPath/drstring"
43-
echo "FOUND PIERRE $DRSTRING_EXECUTABLE"
44-
echo "PIERRE AGAIN $projectDir/.drstring.toml"
45-
46-
47-
theDir="$( pwd )"
48-
49-
echo "PIERRE? $theDir"
5043

5144
if [ -f "$DRSTRING_EXECUTABLE" ]; then
5245
"$DRSTRING_EXECUTABLE" check --config-file $projectDir/.drstring.toml || true

0 commit comments

Comments
 (0)