Skip to content

Commit

Permalink
fix(database, android): remove System.err statement from useEmulator …
Browse files Browse the repository at this point in the history
…development
  • Loading branch information
mikehardy committed Aug 11, 2021
1 parent 64f569a commit dc84872
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ private static void setDatabaseConfig(FirebaseDatabase firebaseDatabase, String
}

static void addEmulatorConfig(String appName, String dbURL, String host, int port) {
System.err.println("adding emulator config");
String configKey = appName + dbURL;
HashMap<String, Object> emulatorConfig = new HashMap<>();
emulatorConfig.put("host", host);
Expand Down

0 comments on commit dc84872

Please sign in to comment.