]> git.plutz.net Git - shellwiki/commitdiff
remove debug info
authorPaul Hänsch <paul@plutz.net>
Thu, 14 Apr 2022 13:14:30 +0000 (15:14 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 14 Apr 2022 13:14:30 +0000 (15:14 +0200)
multipart.sh

index 2c38a37b6ca75453a4752de34d730a1cd5639639..09b17653346116b64ab80dcc513a3ba39c41d6da 100644 (file)
@@ -37,9 +37,6 @@ multipart(){
   local name="$1"
   local formdata state=begin
 
-  debug "Boundary: $multipart_boundary"
-  debug "File: $multipart_cachefile"
-
   while read -r formdata; do case "$formdata" in
     "--${multipart_boundary}--${CR}")
       [ $state = data ] && return 0 \