gitarsenal-cli 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitarsenal-cli",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -40,7 +40,7 @@ def fetch_tokens_from_proxy(proxy_url=None, api_key=None):
40
40
 
41
41
  # Check if we have the necessary information
42
42
  if not proxy_url:
43
- print("❌ No proxy URL provided or found in environment")
43
+ # print("❌ No proxy URL provided or found in environment")
44
44
  # print("💡 Set MODAL_PROXY_URL environment variable or use --proxy-url argument")
45
45
  return None, None
46
46