Skip to content

Commit

Permalink
remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Dec 29, 2023
1 parent b029f7f commit c9fe2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-client/src/stores/settings/GeneralSettingsStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const useSettingsStore = defineStore("settings", {
hardwarePlatform: undefined
},
network: {
ntServerAddress: "10.5.40.65",
ntServerAddress: "",
shouldManage: true,
canManage: true,
connectionType: NetworkConnectionType.DHCP,
Expand Down

0 comments on commit c9fe2c9

Please sign in to comment.