remove spurious macros

This commit is contained in:
stupidcomputer 2024-07-04 02:54:10 -05:00
parent 981226c0d2
commit d72dfcfb05
1 changed files with 2 additions and 8 deletions

View File

@ -5,12 +5,6 @@
"exceptionLogging": "STACKDRIVER", "exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8", "runtimeVersion": "V8",
"sheets": { "sheets": {
"macros": [{ "macros": []
"menuName": "Untitled Macro",
"functionName": "UntitledMacro"
}, {
"menuName": "Untitled Macro 2",
"functionName": "UntitledMacro2"
}]
} }
} }