Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
e9c83481
Commit
e9c83481
authored
8 years ago
by
Tom Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Remove console.logs
parent
e30c6d1d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/update-emoji
+0
-1
0 additions, 1 deletion
bin/update-emoji
frontend/src/questions/components/LabelIconPicker.jsx
+0
-1
0 additions, 1 deletion
frontend/src/questions/components/LabelIconPicker.jsx
frontend/src/questions/undo.js
+0
-1
0 additions, 1 deletion
frontend/src/questions/undo.js
with
0 additions
and
3 deletions
bin/update-emoji
+
0
−
1
View file @
e9c83481
...
...
@@ -3,7 +3,6 @@
var
fs
=
require
(
"
fs
"
);
var
emoji
=
require
(
"
emojione/emoji.json
"
);
// console.log(source);
var
results
=
{
emoji
:
{},
...
...
This diff is collapsed.
Click to expand it.
frontend/src/questions/components/LabelIconPicker.jsx
+
0
−
1
View file @
e9c83481
...
...
@@ -72,7 +72,6 @@ export default class LabelIconPicker extends Component {
render
()
{
const
{
value
,
onChange
}
=
this
.
props
;
console
.
log
(
"
this.state.scrollToIndex
"
,
this
.
state
.
scrollToIndex
)
return
(
<
PopoverWithTrigger
triggerElement
=
{
<
LabelIconButton
value
=
{
value
}
/>
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/questions/undo.js
+
0
−
1
View file @
e9c83481
...
...
@@ -22,7 +22,6 @@ export const dismissUndo = createAction(DISMISS_UNDO);
export
const
performUndo
=
createThunkAction
(
PERFORM_UNDO
,
(
undoId
)
=>
{
return
(
dispatch
,
getState
)
=>
{
let
undo
=
_
.
findWhere
(
getState
().
undo
,
{
id
:
undoId
});
console
.
log
(
"
undo
"
,
undo
)
if
(
undo
)
{
undo
.
actions
.
map
(
action
=>
dispatch
(
action
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment