Skip to content

Commit

Permalink
Removed print statements and commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakim87 committed Jun 3, 2020
1 parent f8fd39e commit 77e5e93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions microsetta_private_api/example/client_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ def get_account_info(account_id):
do_return, account, _ = ApiRequest.get('/accounts/%s' % account_id)
if do_return:
return account
print("ACCOUNT")
print(account)

return render_template('update_account.jinja2',
account=account)
Expand Down
5 changes: 0 additions & 5 deletions microsetta_private_api/templates/update_account.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
{% set page_title = "Account" %}
{% set show_breadcrumbs = True %}
{% block head %}
<!-- <meta charset="UTF-8">-->
<!-- <title>Microsetta Update Account Information</title>-->
<!-- <link rel="stylesheet" href="/static/vendor/bootstrap-4.4.1-dist/css/bootstrap.min.css" />-->
<!-- <link rel="stylesheet" href="/static/css/minimal_interface.css" />-->
<script src="/static/vendor/js/jquery-3.4.1.min.js"></script>
<script src="/static/vendor/js/jquery.validate.min.js"></script>
<!-- <link rel="stylesheet" href="/static/css/minimal_interface.css" />-->
<script>
// Wait for the DOM to be ready
$(function() {
Expand Down

0 comments on commit 77e5e93

Please sign in to comment.