@setoelkahfi / svara / commits / 578896a

chore: removed unneccesary console logs

mellbacon committed Jul 14, 2023 at 15:09 UTC 578896a62b4435c10943b94e2201331e6fabdd6c
1 file changed +10 -10
src/config/commands.ts
+10 -10
@@ -68,7 +68,7 @@ export const commands = {
68 "pasteFromHistory": {
69 "keybind": "Control+Shift+V",
70 "command": () => {
71 - console.warn("Feature not implemented yet.")
71 + //
72 }
73 },
74 "delete": {
@@ -80,31 +80,31 @@ export const commands = {
80 "find": {
81 "keybind": "Control+F",
82 "command": () => {
83 - console.warn("Feature not implemented yet.")
83 + //
84 }
85 },
86 "replace": {
87 "keybind": "Control+H",
88 "command": () => {
89 - console.warn("Feature not implemented yet.")
89 + //
90 }
91 },
92 "openCommandPallete": {
93 "keybind": "Control+Shift+P",
94 "command": () => {
95 - console.warn("Feature not implemented yet.")
95 + //
96 }
97 },
98 "zoomIn": {
99 "keybind": "Control +",
100 "command": () => {
101 - console.warn("Feature not implemented yet.")
101 + //
102 }
103 },
104 "zoomOut": {
105 "keybind": "Control -",
106 "command": () => {
107 - console.warn("Feature not implemented yet.")
107 + //
108 }
109 },
110 "fullscreen": {
@@ -121,25 +121,25 @@ export const commands = {
121 "runFile": {
122 "keybind": "F5",
123 "command": () => {
124 - console.warn("Feature not implemented yet.")
124 + //
125 }
126 },
127 "debugFile": {
128 "keybind": "Control+F5",
129 "command": () => {
130 - console.warn("Feature not implemented yet.")
130 + //
131 }
132 },
133 "stopFile": {
134 "keybind": "Shift+F5",
135 "command": () => {
136 - console.warn("Feature not implemented yet.")
136 + //
137 }
138 },
139 "openNewWindow": {
140 "keybind": "Control+Shift+N",
141 "command": () => {
142 - console.warn("Feature not implemented yet.")
142 + //
143 }
144 },
145 "closeWindow": {