Skip to content

Commit b9cb703

Browse files
committed
remove comments
1 parent 6083039 commit b9cb703

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app.py

-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import requests
44
from kubernetes import client, config
55
from kubernetes.client import configuration
6-
# from pprint import pprint
7-
# from flask import Flask, render_template, request, jsonify
86
from flask import Flask, render_template, jsonify
97

108
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
@@ -18,7 +16,6 @@ def get_kubeapi_request(httpsession, path,header):
1816
return 0
1917

2018
app = Flask(__name__)
21-
#app.debug = True
2219

2320
@app.route('/', methods=['GET','POST'])
2421
def index():

0 commit comments

Comments
 (0)