Removed a debugging feature.
[dcp.git] / dcp-init
index 7bd3d7e..5243493 100755 (executable)
--- a/dcp-init
+++ b/dcp-init
@@ -20,9 +20,6 @@ getaptsrc() {
     mkdir "$td/apt-tmp"
     (cd "$td/apt-tmp"; apt-get source "$1") || false
     
-    echo Achtung
-    sleep 10
-
     sdir=
     for f in "$td/apt-tmp"/*; do
        if [ -d "$f" ]; then