mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 09:27:46 +01:00
Remove logging.
This commit is contained in:
parent
922ee616ec
commit
0e8c94af1e
1 changed files with 0 additions and 2 deletions
|
@ -191,11 +191,9 @@ export default class App extends React.Component {
|
|||
handleKeyPress(e) {
|
||||
if(navigator.platform.toUpperCase().indexOf('MAC') >= 0) {
|
||||
if(e.metaKey && e.shiftKey && e.keyCode === 90) {
|
||||
console.log("redo");
|
||||
this.onRedo(e);
|
||||
}
|
||||
else if(e.metaKey && e.keyCode === 90) {
|
||||
console.log("undo");
|
||||
this.onUndo(e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue