diff --git a/bashrc b/bashrc index 86de365..c5a5c2d 100644 --- a/bashrc +++ b/bashrc @@ -11,7 +11,6 @@ if [[ -z $LC_ALL ]]; then fi for rc_file in $WORKSPACE/rc/*.sh; do - echo "LOAD $rc_file" source $rc_file done