~pedronis/u1db/u1db-js

« back to all changes in this revision

Viewing changes to tests/test_bridged.py

  • Committer: Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2012-10-02 13:57:12 UTC
  • Revision ID: samuele.pedroni@canonical.com-20121002135712-08ocenq0qmu8qdbg
oops, remove debug print

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
def startServer(self):
24
24
    bridge = get_u1db_js_bridge()
25
25
    if not SAME_ORIGIN or bridge.rhino:
26
 
        print "no SAME ORIGIN"
27
26
        super(self.__class__, self).startServer()
28
27
    else:
29
28
        self.server = bridge.get_server()