Skip to content

Commit 1ba1792

Browse files
authored
Merge pull request #683 from NMFS-RADFish/cleanup/remove-storage-debug
Remove debug code
2 parents f38585e + 77d6a7c commit 1ba1792

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

packages/radfish/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ export class Application {
9898

9999
// Wait for all stores to be initialized
100100
await Promise.all(storeInitPromises);
101-
console.log(storeInitPromises[0])
102-
console.log(this.stores.weatherSurvey.connector.collections);
103101
}
104102

105103
// Dispatch the init event

packages/radfish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nmfs-radfish/radfish",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "index.js",
55
"scripts": {
66
"test": "jest"

templates/react-javascript/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)