mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-25 01:34:38 +01:00
Remove debug logging
This commit is contained in:
parent
153a6e2cb0
commit
f3da326b77
@ -6,11 +6,6 @@ cp sd-ui-files/scripts/bootstrap.sh scripts/
|
||||
CONDA_BASEPATH=$(conda info --base)
|
||||
source "$CONDA_BASEPATH/etc/profile.d/conda.sh" # otherwise conda complains about 'shell not initialized' (needed when running in a script)
|
||||
|
||||
echo "$CONDA_BASEPATH/etc/profile.d/conda.sh"
|
||||
|
||||
read -p "Temp check"
|
||||
exit
|
||||
|
||||
# remove the old version of the dev console script, if it's still present
|
||||
if [ -e "open_dev_console.sh" ]; then
|
||||
rm "open_dev_console.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user