You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/26 23:04:42 UTC

[incubator-warble-node] 01/03: remove some text

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-node.git

commit 01c59a24cba7e51dc8f623e9f8316ce29810eca0
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Jun 26 17:57:33 2018 -0500

    remove some text
---
 node.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/node.py b/node.py
index c85ef8f..87d63e5 100644
--- a/node.py
+++ b/node.py
@@ -24,6 +24,7 @@ _VERSION = '0.1.0'
 import os
 import sys
 import stat
+import time
 import ruamel.yaml
 import requests
 import datetime
@@ -178,7 +179,5 @@ if __name__ == "__main__":
     toffset = plugins.basics.misc.adjustTime(gconf['misc']['ntpserver'])
     gconf['misc']['offset'] = toffset
     
-    # Connect to master (or at least try to), leave a calling card if not known.
-    # TDB
     
     


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org