lib/main.rb in echi-converter-0.0.1 vs lib/main.rb in echi-converter-0.0.2
- old
+ new
@@ -24,16 +24,9 @@
#If configured for database insertion, connect to the database
if @config["export_type"] == 'database' || @config["export_type"] == 'both'
connect_database
end
-if ActiveRecord::Base.connected?
- @log.info 'Connected'
-else
- @log.info 'Not connected'
- #exit
-end
-
@log.info "Running..."
loop do
#Process the files
files = fetch_ftp_files
\ No newline at end of file