diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 03:18:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 03:21:06 -0500 |
| commit | fb9cd41bc95984b8687c0ab1d3675e62c37ec784 (patch) | |
| tree | 19a212208e8793109f26509cecd285ecddfc21d8 | |
| parent | b0b0a32365d607a10fb7152419a2c1f34ba4df14 (diff) | |
dump this stuffv0.0.25
| -rw-r--r-- | doIncoming.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doIncoming.go b/doIncoming.go index 636ff18..7dc0b45 100644 --- a/doIncoming.go +++ b/doIncoming.go @@ -78,9 +78,6 @@ func doIncoming(pb *zoopb.Packages) (string, error) { me.sh.GoodExit("file already exists. TODO: fix this to use --force to replace") } incount += 1 - if incount > 100 { - me.sh.GoodExit("file moved") - } return nil // Get control info |
