Skip to content

Commit 21e9c83

Browse files
author
Fabio Rueda
committed
deleting debug
1 parent 1eaf432 commit 21e9c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamodbfdw/dynamodbfdw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def execute(self, quals, columns):
5050
result = table.scan()
5151

5252
for item in result:
53-
log_to_postgres(json.dumps(item),WARNING)
53+
#log_to_postgres(json.dumps(item),WARNING)
5454
yield item
5555

5656

0 commit comments

Comments
 (0)