From 328e87334453da35f1cc25b53c5def36f73a8f32 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:35:58 +0000 Subject: [PATCH] remove prints --- .../software/SPDF/controller/web/GeneralWebController.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java b/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java index 483053da..5615a3a6 100644 --- a/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java +++ b/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java @@ -68,9 +68,6 @@ public class GeneralWebController { name = filename.substring(0, filename.lastIndexOf('.')); } Map configWithName = new HashMap<>(); - System.out.println("json" + config); - - System.out.println("name" + name); configWithName.put("json", config); configWithName.put("name", name); pipelineConfigsWithNames.add(configWithName);