Remove some log statements

This commit is contained in:
Andrew Kingston 2022-05-19 09:17:09 +01:00
parent 109ca7dbef
commit f91c8f43fd
3 changed files with 0 additions and 3 deletions

View File

@ -53,7 +53,6 @@
palette,
horizontal
) => {
console.log("new chart")
const allCols = [labelColumn, ...(valueColumns || [null])]
if (
!dataProvider ||

View File

@ -16,7 +16,6 @@
$: visibleIndicators = indicators.filter(x => x.visible)
$: offset = $builderStore.inBuilder ? 0 : 2
$: icon = getComponentIcon(componentId)
$: console.log(icon)
let updating = false
let observers = []

View File

@ -48,7 +48,6 @@ export const buildAttachmentEndpoints = API => {
* @param data the file to upload
*/
externalUpload: async ({ datasourceId, bucket, key, data }) => {
console.log(API)
const { signedUrl, publicUrl } = await getSignedDatasourceURL({
datasourceId,
bucket,