Skip to content

Commit a4d5f06

Browse files
committed
fix: remove testing console.logs
2 parents 9f843c0 + b2836b0 commit a4d5f06

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.11](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.2.10...v1.2.11) (2021-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* CoCreate.config directory, path, name and public ([6b5bc02](https://github.com/CoCreate-app/CoCreate-docs/commit/6b5bc02c2fe8d67b34c47f765736d4c8b45eb9a2))
7+
18
## [1.2.10](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.2.9...v1.2.10) (2021-09-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/docs",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "Documentation generator ",
55
"keywords": [
66
"cocreate",

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function runStore (info, type) {
6060
if (status) {
6161
let response = await CoCreateCrud.listenAsync(event)
6262
console.log('type ------------------------- ', type)
63-
console.log(response)
63+
// console.log(response)
6464
return response;
6565
}
6666
} catch (err) {
@@ -128,7 +128,7 @@ if (sources) {
128128

129129
runSources().then((data) => {
130130

131-
console.log(data)
131+
// console.log(data)
132132
let new_config = {
133133
config: socketConfig,
134134
sources: new_sources_list,

0 commit comments

Comments
 (0)