diff options
author | louiz’ <louiz@louiz.org> | 2017-06-16 10:54:09 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-06-21 17:41:03 +0200 |
commit | 651caabb2d2f4e2d6bac3fcde59a69f9cad7eb75 (patch) | |
tree | c3a20fd866c1e526fc57a24924acac43301156b6 /tests/end_to_end | |
parent | 5b6b9bd3720a0e0189efce67518793332713f4a6 (diff) | |
download | biboumi-651caabb2d2f4e2d6bac3fcde59a69f9cad7eb75.tar.gz biboumi-651caabb2d2f4e2d6bac3fcde59a69f9cad7eb75.tar.bz2 biboumi-651caabb2d2f4e2d6bac3fcde59a69f9cad7eb75.tar.xz biboumi-651caabb2d2f4e2d6bac3fcde59a69f9cad7eb75.zip |
Remove a useless debug print in the e2e tests
Diffstat (limited to 'tests/end_to_end')
-rw-r--r-- | tests/end_to_end/__main__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py index f7fa2ff..19dc270 100644 --- a/tests/end_to_end/__main__.py +++ b/tests/end_to_end/__main__.py @@ -278,7 +278,6 @@ def expect_stanza(xpaths, xmpp, biboumi, optional=False, after=None): def save_current_timestamp_plus_delta(key, delta, message, xmpp): now_plus_delta = datetime.datetime.utcnow() + delta xmpp.saved_values[key] = now_plus_delta.strftime("%FT%T.967Z") - print(xmpp.saved_values[key]) def sleep_for(duration, xmpp, biboumi): time.sleep(duration) |