Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 2, 2018
1 parent 887a226 commit eef18cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/plugins/db_manager/db_plugins/spatialite/data_model.py
Expand Up @@ -75,10 +75,6 @@ def __init__(self, db, sql, parent):
def run(self):
try:
self.clone = SLDatabase(None, self.db.connector.uri())

#import time
#self.clone.connector.connection.create_function("sleep", 1, time.sleep)

self.model = SLSqlResultModel(self.clone, self.sql, None)
except BaseError as e:
self.error = e
Expand Down

0 comments on commit eef18cb

Please sign in to comment.