Skip to content
Snippets Groups Projects
Commit e675a204 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

clean

parent e290da86
No related branches found
No related tags found
1 merge request!806AWS Lambda
...@@ -36,8 +36,6 @@ public class PrimingResource implements OrderedResource { ...@@ -36,8 +36,6 @@ public class PrimingResource implements OrderedResource {
@Override @Override
public void beforeCheckpoint(Context<? extends Resource> context) throws Exception { public void beforeCheckpoint(Context<? extends Resource> context) throws Exception {
System.out.println("Before checkout");
System.out.println("Model path: " + modelPath);
ServletUtil.model(ServletUtil.loadModel(modelPath)); ServletUtil.model(ServletUtil.loadModel(modelPath));
updateParameter(); updateParameter();
...@@ -58,7 +56,6 @@ public class PrimingResource implements OrderedResource { ...@@ -58,7 +56,6 @@ public class PrimingResource implements OrderedResource {
} }
private static AwsProxyRequest getAwsProxyRequest(String path) { private static AwsProxyRequest getAwsProxyRequest(String path) {
final AwsProxyRequest awsProxyRequest = new AwsProxyRequest(); final AwsProxyRequest awsProxyRequest = new AwsProxyRequest();
awsProxyRequest.setHttpMethod("GET"); awsProxyRequest.setHttpMethod("GET");
awsProxyRequest.setPath(path); awsProxyRequest.setPath(path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment