Moibe commited on
Commit
c03d0ab
·
1 Parent(s): 6cf5963

Remove debug verbose

Browse files
Files changed (2) hide show
  1. autenticacion.py +0 -1
  2. main.py +0 -3
autenticacion.py CHANGED
@@ -1,7 +1,6 @@
1
  import os
2
  import socket
3
  import config_creator
4
- import time
5
 
6
  def defineAmbiente(env):
7
  print("Estoy en define ambiente...")
 
1
  import os
2
  import socket
3
  import config_creator
 
4
 
5
  def defineAmbiente(env):
6
  print("Estoy en define ambiente...")
main.py CHANGED
@@ -5,9 +5,6 @@ import time
5
 
6
  app = FastAPI()
7
 
8
- print("Cree fatapi...")
9
- time.sleep(16)
10
-
11
  string_key = globales.llave
12
 
13
  print ("Obtuve string key...")
 
5
 
6
  app = FastAPI()
7
 
 
 
 
8
  string_key = globales.llave
9
 
10
  print ("Obtuve string key...")