Skip to content

Commit 73821b2

Browse files
committed
removing debug comments
1 parent 820a143 commit 73821b2

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

server/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ COPY . .
1313
RUN pip install pipenv debugpy
1414

1515
# Install cms_bluebutton_sdk from pypi.org or test.pypi.org
16-
# RUN if [ "$BUILD_DEVELOPMENT" = "True" ]; then \
17-
# pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ cms-bluebutton-sdk; \
18-
# else \
19-
# pip install cms-bluebutton-sdk; \
20-
# fi
16+
RUN if [ "$BUILD_DEVELOPMENT" = "True" ]; then \
17+
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ cms-bluebutton-sdk; \
18+
else \
19+
pip install cms-bluebutton-sdk; \
20+
fi
2121

2222
RUN pipenv lock
2323
RUN pip install click

server/Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ name = "pypi"
66
[packages]
77
flask = "*"
88
jinja2 = "==3.1.*"
9-
cms-bluebutton-sdk = {file = "./cms_bluebutton_sdk-1.0.4-py3-none-any.whl"}
109

1110
[dev-packages]
1211

server/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def authorization_callback():
6868
print(ERR_MISSING_STATE)
6969
return redirect(get_fe_redirect_url())
7070

71-
print(f'Received auth code: {code}, state: {state}')
7271
auth_token = bb.get_authorization_token(auth_data, code, state)
7372

7473
# correlate app user with medicare bene
7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)