Skip to content

Commit 7f33052

Browse files
author
teo
committed
remove unnecessary line
1 parent c245a98 commit 7f33052

File tree

1 file changed

+0
-1
lines changed
  • integration-test-common/src/test/java/org/apache/gravitino/integration/test/util

1 file changed

+0
-1
lines changed

integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/BaseIT.java

-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ protected String readGitCommitIdFromGitFile() {
381381
String gravitinoHome = System.getenv("GRAVITINO_HOME");
382382
String gitFolder = gravitinoHome + File.separator + ".git" + File.separator;
383383
String headFileContent = FileUtils.readFileToString(new File(gitFolder + "HEAD"), "UTF-8");
384-
LOG.error("\n\n\noooooooooooooooooooooooooooooooooooooooooooooooooooooo" + headFileContent);
385384
String[] refAndBranch = headFileContent.split(":");
386385
if (refAndBranch.length == 1) {
387386
return refAndBranch[0].trim();

0 commit comments

Comments
 (0)