lib/trackman/assets/asset.rb in trackman-0.3.5 vs lib/trackman/assets/asset.rb in trackman-0.4.0
- old
+ new
@@ -81,10 +81,9 @@
end
begin
return sync if autosync
rescue Exception => ex
- #require_relative 'remote_asset.rb'
::Trackman::Assets::RemoteAsset.log_exception ex
return false
end
autosync
end
\ No newline at end of file