aboutsummaryrefslogtreecommitdiffstats
path: root/music-core/src/main/java/org/onap/music/datastore/jsonobjects/JsonInsert.java
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2019-11-12 14:28:26 -0500
committerTschaen, Brendan <ctschaen@att.com>2019-11-12 14:30:29 -0500
commitd4f4d573469aaa9b284313e4bd9535e6d8e3dd10 (patch)
treeeede993180da0d5dd777b02be6ce4097a4deb189 /music-core/src/main/java/org/onap/music/datastore/jsonobjects/JsonInsert.java
parent5300ffcc9f94bfe04b11485d9e0cdbc02db0bd22 (diff)
Update junits
Change-Id: Ic08113ccee0c11e541764059632dfb2692eba657 Issue-ID: MUSIC-521 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'music-core/src/main/java/org/onap/music/datastore/jsonobjects/JsonInsert.java')
-rw-r--r--music-core/src/main/java/org/onap/music/datastore/jsonobjects/JsonInsert.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/music-core/src/main/java/org/onap/music/datastore/jsonobjects/JsonInsert.java b/music-core/src/main/java/org/onap/music/datastore/jsonobjects/JsonInsert.java
index 57ff245a..2f685cfe 100644
--- a/music-core/src/main/java/org/onap/music/datastore/jsonobjects/JsonInsert.java
+++ b/music-core/src/main/java/org/onap/music/datastore/jsonobjects/JsonInsert.java
@@ -173,11 +173,6 @@ public class JsonInsert implements Serializable {
* @throws MusicQueryException
*/
public PreparedQueryObject genInsertPreparedQueryObj() throws MusicQueryException {
- if (logger.isDebugEnabled()) {
- logger.debug("Coming inside genTableInsertQuery method " + this.getKeyspaceName());
- logger.debug("Coming inside genTableInsertQuery method " + this.getTableName());
- }
-
PreparedQueryObject queryObject = new PreparedQueryObject();
TableMetadata tableInfo = null;
try {