Removed a debugging feature.
authorFredrik Tolf <fredrik@dolda2000.com>
Sun, 6 Jan 2008 01:59:32 +0000 (02:59 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Sun, 6 Jan 2008 01:59:32 +0000 (02:59 +0100)
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