Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar committed Nov 12, 2023
1 parent 494da43 commit 309f378
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/nucleodb.app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'com.nucleodb'
version = '1.7.9'
version = '1.7.10'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/nucleodb.library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'com.nucleodb'
version = '1.9.34'
version = '1.9.35'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ private void addConnection(Connection connection){
String connectionKey = connection.getFromKey();
this.putConnectionInKey(connectionKey, connection);
this.putConnectionInKey(connection.getLabel(), connection);
Serializer.log("added label as key: "+connection.getLabel());
this.putConnectionInKey(connection.getFromKey()+connection.getLabel(), connection);
this.putConnectionInKey(connection.getFromKey()+connection.getToKey(), connection);
this.putConnectionInKey(connection.getFromKey()+connection.getToKey()+connection.getLabel(), connection);
Expand Down

0 comments on commit 309f378

Please sign in to comment.