Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
opening-hours
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
regionalkauf
opening-hours
Commits
31b0596c
Commit
31b0596c
authored
Aug 21, 2014
by
Johannes Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed debug console.logs
parent
76219c09
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
timeUtils.js
lib/timeUtils.js
+0
-2
dataBaseQuery.js
serverTest/dataBaseQuery.js
+0
-1
No files found.
lib/timeUtils.js
View file @
31b0596c
...
@@ -75,8 +75,6 @@ function standardFromTillDay(daySpan, timeSpan, dateSpan, epochSpan, daysDistanc
...
@@ -75,8 +75,6 @@ function standardFromTillDay(daySpan, timeSpan, dateSpan, epochSpan, daysDistanc
}
}
result
=
sort
(
result
);
result
=
sort
(
result
);
result
=
andOp
(
result
,
[
epochSpan
]);
result
=
andOp
(
result
,
[
epochSpan
]);
console
.
log
(
timeSpan
);
console
.
log
(
result
);
return
result
;
return
result
;
}
}
...
...
serverTest/dataBaseQuery.js
View file @
31b0596c
...
@@ -34,7 +34,6 @@ module.exports.getData = function (now, cb) {
...
@@ -34,7 +34,6 @@ module.exports.getData = function (now, cb) {
console
.
log
(
name
,
err
);
console
.
log
(
name
,
err
);
}
}
else
if
(
dataObj
&&
dataObj
.
intervals
.
length
>
0
)
{
else
if
(
dataObj
&&
dataObj
.
intervals
.
length
>
0
)
{
console
.
log
(
dataObj
);
cnt
++
;
cnt
++
;
var
view
=
dateView
.
getView
(
dataObj
,
now
);
var
view
=
dateView
.
getView
(
dataObj
,
now
);
var
asString
=
dateView
.
asString
(
dataObj
,
now
);
var
asString
=
dateView
.
asString
(
dataObj
,
now
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment